Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,38 @@ +ld-linux-x86-64.so.2 +libX11-xcb.so.1 +libX11.so.6 +libXcomposite.so.1 +libXdamage.so.1 +libXext.so.6 +libXfixes.so.3 +libXrender.so.1 +libXt.so.6 +libatk-1.0.so.0 +libc.so.6 +libcairo-gobject.so.2 +libcairo.so.2 +libdbus-1.so.3 +libdbus-glib-1.so.2 +libdl.so.2 +libfontconfig.so.1 +libfreetype.so.6 +libgcc_s.so.1 +libgdk-3.so.0 +libgdk-x11-2.0.so.0 +libgdk_pixbuf-2.0.so.0 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgmodule-2.0.so.0 +libgobject-2.0.so.0 +libgthread-2.0.so.0 +libgtk-3.so.0 +libgtk-x11-2.0.so.0 +libm.so.6 +libpango-1.0.so.0 +libpangocairo-1.0.so.0 +libpangoft2-1.0.so.0 +libpthread.so.0 +librt.so.1 +libstdc++.so.6 +libxcb-shm.so.0 +libxcb.so.1 Index: files/zotero.desktop =================================================================== --- /dev/null +++ files/zotero.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Zotero +GenericName=Free, easy-to-use tool to help you collect, organize, cite, and share your research sources. +Icon=zotero +Exec=/usr/bin/zotero %f +Categories=Office +Terminal=false Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,34 @@ +name : zotero +version : 5.0.34 +release : 1 +source : + - https://download.zotero.org/client/release/5.0.34/Zotero-5.0.34_linux-x86_64.tar.bz2 : df0c5aa38b7e2ec2a41006f7cb8616fce3956f452c19125dc89c66b11c51e392 +license : GPL-3.0 +component : office-scientific +summary : Free, easy-to-use tool to help you collect, organize, cite, and share your research sources +description: | + Free, easy-to-use tool to help you collect, organize, cite, and share your research sources +rundeps : + - libxt + - libnss + - libgtk-3 + - libgtk-2 + - dbus-glib +setup : | + #disable APP autoupdate + sed -i '/pref("app.update.enabled", true);/c\pref("app.update.enabled", false);' $workdir/defaults/preferences/prefs.js +install : | + #install actual files + install -dDm755 $installdir/usr/bin + install -dDm755 $installdir/usr/share/zotero + mv $workdir/* $installdir/usr/share/zotero/. + ln -s /usr/share/zotero/zotero $installdir/usr/bin/zotero + #install .desktop file + rm $installdir/usr/share/zotero/zotero.desktop + install -Dm644 $pkgfiles/zotero.desktop $installdir/usr/share/applications/zotero.desktop + #install icons + install -Dm644 $installdir/usr/share/zotero/chrome/icons/default/default16.png $installdir/usr/share/icons/hicolor/16x16/apps/zotero.png + install -Dm644 $installdir/usr/share/zotero/chrome/icons/default/default32.png $installdir/usr/share/icons/hicolor/32x32/apps/zotero.png + install -Dm644 $installdir/usr/share/zotero/chrome/icons/default/default48.png $installdir/usr/share/icons/hicolor/48x48/apps/zotero.png + install -Dm644 $installdir/usr/share/zotero/chrome/icons/default/default256.png $installdir/usr/share/icons/hicolor/256x256/apps/zotero.png + Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + zotero + + ivanhoe1024 + ivanhoe1024@gmail.com + + GPL-3.0 + office-scientific + Free, easy-to-use tool to help you collect, organize, cite, and share your research sources + Free, easy-to-use tool to help you collect, organize, cite, and share your research sources + + https://solus-project.com/sources/README.Solus + + + zotero + Free, easy-to-use tool to help you collect, organize, cite, and share your research sources + Free, easy-to-use tool to help you collect, organize, cite, and share your research sources + + office-scientific + + /usr/bin + /usr/share/applications/zotero.desktop + /usr/share/icons/hicolor/16x16/apps/zotero.png + /usr/share/icons/hicolor/256x256/apps/zotero.png + /usr/share/icons/hicolor/32x32/apps/zotero.png + /usr/share/icons/hicolor/48x48/apps/zotero.png + /usr/share/zotero + + + + + 2018-01-12 + 5.0.34 + Packaging update + ivanhoe1024 + ivanhoe1024@gmail.com + + + \ No newline at end of file