2024-06-07 11:03:35 +00:00
|
|
|
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
|
|
|
|
|
|
|
|
pkgname=nutstore-experimental
|
2024-12-21 07:11:20 +00:00
|
|
|
pkgver=6.3.6
|
2024-06-07 11:03:35 +00:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Nutstore experimental version.'
|
|
|
|
arch=(x86_64)
|
|
|
|
url='https://www.jianguoyun.com/'
|
|
|
|
license=(custom)
|
|
|
|
depends=(
|
|
|
|
libappindicator-gtk3
|
|
|
|
libnotify
|
|
|
|
python-gobject
|
|
|
|
webkit2gtk
|
|
|
|
)
|
|
|
|
optdepends=('nautilus-nutstore: Nautilus plugin')
|
|
|
|
provides=(nutstore)
|
|
|
|
conflicts=(nutstore)
|
|
|
|
source=(nutstore license)
|
|
|
|
source_x86_64=("https://pkg-cdn.jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x86_64-public.tar.gz")
|
|
|
|
sha256sums=('a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b'
|
|
|
|
'd320e071403cdad44881beb880f5ccfa8ec0a625718a9f572dce0cc9fff81ade')
|
2024-12-21 07:11:20 +00:00
|
|
|
sha256sums_x86_64=('09739a9798a4ac59922a1d82f5dd5d088b46965b75a1d644d88af24594543522')
|
2024-06-07 11:03:35 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/gnome-config
|
|
|
|
sed -i '/Exec=/s|~/\.nutstore/dist/bin/nutstore-pydaemon.py|/usr/bin/nutstore|' menu/nutstore-menu.desktop
|
|
|
|
sed -i '/Exec=/s|~/\.nutstore/dist|/opt/nutstore|' autostart/nutstore-daemon.desktop
|
|
|
|
cd $srcdir/bin
|
|
|
|
sed -i '/gvfs-set-attribute/s|gvfs-set-attribute|gio set|' nutstore-pydaemon.py
|
|
|
|
python -m compileall .
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd $srcdir
|
|
|
|
install -D -m755 nutstore $pkgdir/usr/bin/nutstore
|
|
|
|
install -D -m644 license $pkgdir/usr/share/licenses/nutstore/license
|
|
|
|
rm nutstore license *.tar.gz
|
|
|
|
mkdir -p $pkgdir/opt/nutstore && cp -aR ./ $pkgdir/opt/nutstore
|
|
|
|
install -D -m644 gnome-config/menu/nutstore-menu.desktop $pkgdir/usr/share/applications/nutstore.desktop
|
|
|
|
install -D -m644 app-icon/nutstore.png $pkgdir/usr/share/icons/hicolor/512x512/apps/nutstore.png
|
|
|
|
}
|