Page MenuHomeSolus

D1938.id.diff
No OneTemporary

D1938.id.diff

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 @@
+<PISI>
+ <Source>
+ <Name>zotero</Name>
+ <Packager>
+ <Name>ivanhoe1024</Name>
+ <Email>ivanhoe1024@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>office-scientific</PartOf>
+ <Summary xml:lang="en">Free, easy-to-use tool to help you collect, organize, cite, and share your research sources</Summary>
+ <Description xml:lang="en">Free, easy-to-use tool to help you collect, organize, cite, and share your research sources
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>zotero</Name>
+ <Summary xml:lang="en">Free, easy-to-use tool to help you collect, organize, cite, and share your research sources</Summary>
+ <Description xml:lang="en">Free, easy-to-use tool to help you collect, organize, cite, and share your research sources
+</Description>
+ <PartOf>office-scientific</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/zotero.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/zotero.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/zotero.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/zotero.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/zotero.png</Path>
+ <Path fileType="data">/usr/share/zotero</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-01-12</Date>
+ <Version>5.0.34</Version>
+ <Comment>Packaging update</Comment>
+ <Name>ivanhoe1024</Name>
+ <Email>ivanhoe1024@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:35 AM (3 h, 13 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790279
Default Alt Text
D1938.id.diff (5 KB)

Event Timeline