Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11038494
D1707.id4114.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D1707.id4114.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,41 @@
+ld-linux-x86-64.so.2
+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
Index: files/electronic-wechat.desktop
===================================================================
--- /dev/null
+++ files/electronic-wechat.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Electronic WeChat
+Comment=A better WeChat client on Mac OS X and Linux
+Exec=/usr/bin/electronic-wechat
+Type=Application
+Icon=electronic-wechat
+Categories=Network;InstantMessaging;Application;
+Terminal=false
+StartupNotify=true
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,41 @@
+name : electronic-wechat
+version : 2.0
+release : 1
+source :
+ - https://github.com/geeeeeeeeek/electronic-wechat/archive/V2.0.tar.gz : 3e74f9d03a717d53f6169735dcc8db513e6e9202855057163d189ee28a031602
+license : MIT
+component : network.im
+summary : A better WeChat on macOS and Linux
+description: |
+ A better WeChat on macOS and Linux
+networking : yes
+builddeps :
+ - nodejs
+ - git
+ - pkgconfig(alsa)
+ - pkgconfig(gconf-2.0)
+ - pkgconfig(gtk+-2.0)
+ - pkgconfig(ImageMagick)
+ - pkgconfig(xtst)
+build : |
+ npm install
+ npm run build:linux
+install : |
+ install -D -d -m 00644 $installdir/usr/share/electronic-wechat
+ cp -R $workdir/dist/electronic-wechat-linux-x64/* $installdir/usr/share/electronic-wechat
+
+ install -D -d -m 00755 $installdir/usr/bin
+ ln -sv /usr/share/electronic-wechat/electronic-wechat $installdir/usr/bin/electronic-wechat
+
+ # Install desktop file
+ install -D -m 00644 $pkgfiles/electronic-wechat.desktop $installdir/usr/share/applications/electronic-wechat.desktop
+
+ # Install icons
+ install -D -m 00644 $workdir/assets/icon.png \
+ $installdir/usr/share/icons/hicolor/512x512/apps/electronic-wechat.png
+ mkdir -p $workdir/icons
+ for size in 16 24 32 48 64 72 128 256; do
+ convert $workdir/assets/icon.png -resize ${size}x${size} $workdir/icons/${size}.png
+ install -D -m 00644 $workdir/icons/${size}.png \
+ $installdir/usr/share/icons/hicolor/${size}x${size}/apps/electronic-wechat.png
+ done
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>electronic-wechat</Name>
+ <Packager>
+ <Name>Longwu Ou</Name>
+ <Email>oulongwu@mit.edu</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.im</PartOf>
+ <Summary xml:lang="en">A better WeChat on macOS and Linux</Summary>
+ <Description xml:lang="en">A better WeChat on macOS and Linux
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>electronic-wechat</Name>
+ <Summary xml:lang="en">A better WeChat on macOS and Linux</Summary>
+ <Description xml:lang="en">A better WeChat on macOS and Linux
+</Description>
+ <PartOf>network.im</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/electronic-wechat.desktop</Path>
+ <Path fileType="data">/usr/share/electronic-wechat</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/electronic-wechat.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/72x72/apps/electronic-wechat.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-19</Date>
+ <Version>2.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Longwu Ou</Name>
+ <Email>oulongwu@mit.edu</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 10:52 PM (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812738
Default Alt Text
D1707.id4114.diff (5 KB)
Attached To
Mode
D1707: Initial commit of electronic-wechat
Attached
Detach File
Event Timeline
Log In to Comment