Page MenuHomeSolus

D1831.id5747.diff
No OneTemporary

D1831.id5747.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,43 @@
+ld-linux-x86-64.so.2
+libX11-xcb.so.1
+libX11.so.6
+libXcomposite.so.1
+libXcursor.so.1
+libXdamage.so.1
+libXext.so.6
+libXfixes.so.3
+libXi.so.6
+libXrandr.so.2
+libXrender.so.1
+libXss.so.1
+libXtst.so.6
+libasound.so.2
+libatk-1.0.so.0
+libc.so.6
+libcairo.so.2
+libcups.so.2
+libdbus-1.so.3
+libdl.so.2
+libexpat.so.1
+libfontconfig.so.1
+libfreetype.so.6
+libgcc_s.so.1
+libgconf-2.so.4
+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
+libgtk-x11-2.0.so.0
+libm.so.6
+libnspr4.so
+libnss3.so
+libnssutil3.so
+libpango-1.0.so.0
+libpangocairo-1.0.so.0
+libpthread.so.0
+librt.so.1
+libsmime3.so
+libstdc++.so.6
+libxcb.so.1
Index: files/openbazaar.desktop
===================================================================
--- /dev/null
+++ files/openbazaar.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=OpenBazaar
+Comment=Decentralized marketplace
+Exec=openbazaar
+Icon=openbazaar
+Terminal=false
+Type=Application
+Categories=Network;
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,39 @@
+name : openbazaar
+version : 2.1.0
+release : 1
+source :
+ - https://github.com/OpenBazaar/openbazaar-desktop/archive/v2.1.0.tar.gz : 6faecbbfb98a22aea821c18fc1ae73b936328c3a6f0f4ffcec2a9f7af69d6ad7
+license : MIT
+component : network.web
+summary : Decentralized marketplace for trading with anyone
+description: |
+ OpenBazaarazaar is an open source project to create a decentralized network for commerce online that has no fees and cannot be censored.
+networking : yes
+builddeps :
+ - pkgconfig(alsa)
+ - pkgconfig(gconf-2.0)
+ - pkgconfig(gtk+-2.0)
+ - pkgconfig(xscrnsaver)
+ - pkgconfig(xtst)
+ - cups-devel
+ - nodejs
+rundeps :
+ - openbazaard
+ - nodejs
+setup : |
+ npm install
+build : |
+ npm run build
+ cp -rf prod/* js/
+ npm install electron-packager
+ export PATH=$PATH:$workdir/node_modules/.bin
+ electron-packager . openbazaar --platform=linux --arch=x64 --prune --out=dist
+install : |
+ install -Dm644 $pkgfiles/openbazaar.desktop $installdir/usr/share/applications/openbazaar.desktop
+ install -Dm644 imgs/icon.png $installdir/usr/share/pixmaps/openbazaar.png
+ install -d $installdir/usr/share/openbazaar
+ install -d $installdir/usr/bin
+ cp -R dist/openbazaar-linux-x64/* $installdir/usr/share/openbazaar/
+ ln -s /usr/share/openbazaar/openbazaar $installdir/usr/bin/openbazaar
+ mkdir -p $installdir/usr/share/openbazaar/resources/openbazaar-go
+ ln -s /usr/bin/openbazaard $installdir/usr/share/openbazaar/resources/openbazaar-go/openbazaard
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>openbazaar</Name>
+ <Packager>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.web</PartOf>
+ <Summary xml:lang="en">Decentralized marketplace for trading with anyone</Summary>
+ <Description xml:lang="en">OpenBazaarazaar is an open source project to create a decentralized network for commerce online that has no fees and cannot be censored.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>openbazaar</Name>
+ <Summary xml:lang="en">Decentralized marketplace for trading with anyone</Summary>
+ <Description xml:lang="en">OpenBazaarazaar is an open source project to create a decentralized network for commerce online that has no fees and cannot be censored.
+</Description>
+ <PartOf>network.web</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/openbazaar.desktop</Path>
+ <Path fileType="data">/usr/share/openbazaar</Path>
+ <Path fileType="data">/usr/share/pixmaps/openbazaar.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-02-25</Date>
+ <Version>2.1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 25, 9:49 AM (2 w, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813719
Default Alt Text
D1831.id5747.diff (4 KB)

Event Timeline