Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11022695
D3096.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
10 KB
Referenced Files
None
Subscribers
None
D3096.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: files/whalebird.desktop
===================================================================
--- /dev/null
+++ files/whalebird.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Whalebird
+Comment=A Electron based Mastodon client for Windows, Mac and Linux
+Exec=whalebird
+Terminal=false
+Type=Application
+Icon=whalebird
+Categories=Network;
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,57 @@
+name : whalebird
+version : 1.3.4
+release : 1
+source :
+ - https://github.com/h3poteto/whalebird-desktop/archive/1.3.4.tar.gz : 69a9739af5ed454b5ff979cbbf23048fd77bf8b1899030de231c5c172d422ccd
+license : MIT
+component : network.web
+summary : Whalebird is a Mastodon client for desktop application
+description: |
+ Whalebird is a Mastodon client for desktop application
+networking : yes
+builddeps :
+ - pkgconfig(alsa)
+ - pkgconfig(atk)
+ - pkgconfig(dbus-1)
+ - pkgconfig(expat)
+ - pkgconfig(fontconfig)
+ - pkgconfig(freetype2)
+ - pkgconfig(gconf-2.0)
+ - pkgconfig(gdk-2.0)
+ - pkgconfig(gdk-pixbuf-2.0)
+ - pkgconfig(gtk+-x11-2.0)
+ - pkgconfig(gtk+-3.0)
+ - pkgconfig(pango)
+ - pkgconfig(pangocairo)
+ - pkgconfig(nss)
+ - pkgconfig(nspr)
+ - pkgconfig(xcomposite)
+ - pkgconfig(xcb)
+ - pkgconfig(xcursor)
+ - pkgconfig(xdamage)
+ - pkgconfig(xext)
+ - pkgconfig(xfixes)
+ - pkgconfig(xi)
+ - pkgconfig(xrandr)
+ - pkgconfig(gdk-pixbuf-2.0)
+ - pkgconfig(xscrnsaver)
+ - pkgconfig(xtst)
+ - pkgconfig(x11)
+ - pkgconfig(x11-xcb)
+ - cups-devel
+ - yarn
+setup : |
+ yarn install
+build : |
+ npm run build:linux
+install : |
+ install -Dm00644 $pkgfiles/whalebird.desktop $installdir/usr/share/applications/whalebird.desktop
+ # Install all the icons
+ for s in 16 32 128 256 512; do
+ install -Dm00644 build/icons/icon.iconset/icon_${s}x${s}.png $installdir/usr/share/icons/hicolor/${s}x${s}/apps/whalebird.png
+ done
+ install -Dm00644 build/icons/256x256.png $installdir/usr/share/pixmaps/whalebird.png
+ install -dm00755 $installdir/usr/bin/
+ install -dm00644 $installdir/usr/share/whalebird/
+ cp -R build/linux-unpacked/* $installdir/usr/share/whalebird/
+ ln -s /usr/share/whalebird/whalebird $installdir/usr/bin/whalebird
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,113 @@
+<PISI>
+ <Source>
+ <Name>whalebird</Name>
+ <Packager>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>network.web</PartOf>
+ <Summary xml:lang="en">Whalebird is a Mastodon client for desktop application</Summary>
+ <Description xml:lang="en">Whalebird is a Mastodon client for desktop application
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>whalebird</Name>
+ <Summary xml:lang="en">Whalebird is a Mastodon client for desktop application</Summary>
+ <Description xml:lang="en">Whalebird is a Mastodon client for desktop application
+</Description>
+ <PartOf>network.web</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/whalebird</Path>
+ <Path fileType="data">/usr/share/applications/whalebird.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/pixmaps/whalebird.png</Path>
+ <Path fileType="data">/usr/share/whalebird/LICENSE.electron.txt</Path>
+ <Path fileType="data">/usr/share/whalebird/LICENSES.chromium.html</Path>
+ <Path fileType="data">/usr/share/whalebird/blink_image_resources_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/content_resources_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/content_shell.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/icudtl.dat</Path>
+ <Path fileType="data">/usr/share/whalebird/libffmpeg.so</Path>
+ <Path fileType="data">/usr/share/whalebird/libnode.so</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/am.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ar.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/bg.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/bn.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ca.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/cs.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/da.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/de.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/el.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/en-GB.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/en-US.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/es-419.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/es.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/et.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/fa.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/fake-bidi.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/fi.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/fil.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/fr.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/gu.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/he.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/hi.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/hr.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/hu.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/id.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/it.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ja.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/kn.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ko.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/lt.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/lv.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ml.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/mr.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ms.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/nb.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/nl.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/pl.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/pt-BR.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/pt-PT.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ro.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ru.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/sk.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/sl.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/sr.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/sv.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/sw.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/ta.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/te.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/th.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/tr.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/uk.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/vi.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/zh-CN.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/locales/zh-TW.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/natives_blob.bin</Path>
+ <Path fileType="data">/usr/share/whalebird/pdf_viewer_resources.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/resources/app.asar</Path>
+ <Path fileType="data">/usr/share/whalebird/resources/build/sounds/operation_sound01.wav</Path>
+ <Path fileType="data">/usr/share/whalebird/resources/build/sounds/operation_sound02.wav</Path>
+ <Path fileType="data">/usr/share/whalebird/resources/electron.asar</Path>
+ <Path fileType="data">/usr/share/whalebird/snapshot_blob.bin</Path>
+ <Path fileType="data">/usr/share/whalebird/ui_resources_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/views_resources_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/whalebird/whalebird</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-06-16</Date>
+ <Version>1.3.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Devil505</Name>
+ <Email>devil505@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 9, 4:04 AM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793953
Default Alt Text
D3096.diff (10 KB)
Attached To
Mode
D3096: The inclusion of whalebird fixes T6303
Attached
Detach File
Event Timeline
Log In to Comment