summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD21
-rw-r--r--glowing-bear.desktop7
-rw-r--r--glowing-bear.pngbin0 -> 57024 bytes
5 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9708f5d207ef
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Dec 5 18:35:22 UTC 2017
+pkgbase = glowing-bear-shortcut
+ pkgdesc = Desktop shortcut for Glowing Bear in chromium (app mode)
+ pkgver = 1.0.0
+ pkgrel = 1
+ arch = any
+ license = MIT
+ depends = chromium
+ options = !strip
+ source = glowing-bear.desktop
+ source = https://raw.githubusercontent.com/glowing-bear/glowing-bear/9b64d328280cccfbb3299102923f086a9ac32062/assets/img/glowing-bear.png
+ md5sums = a9a283b8ca63aa19ee2c2b737a3742d1
+ md5sums = 6b9962e721bd7dfb14cf39b80af52bd1
+
+pkgname = glowing-bear-shortcut
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7caf235b600e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.xz
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..86849f1935ae
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Alexandre Macabies <web+oss@zopieux.com>
+pkgname=glowing-bear-shortcut
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Desktop shortcut for Glowing Bear in chromium (app mode)"
+arch=('any')
+license=('MIT')
+depends=('chromium')
+source=('glowing-bear.desktop'
+ 'https://raw.githubusercontent.com/glowing-bear/glowing-bear/9b64d328280cccfbb3299102923f086a9ac32062/assets/img/glowing-bear.png')
+md5sums=('a9a283b8ca63aa19ee2c2b737a3742d1'
+ '6b9962e721bd7dfb14cf39b80af52bd1')
+options=(!strip)
+
+package() {
+ cd "$srcdir"
+ install -d "${pkgdir}/usr/share/applications"
+ install -d "${pkgdir}/usr/share/pixmaps"
+ install -m644 "${srcdir}/glowing-bear.desktop" "${pkgdir}/usr/share/applications/glowing-bear.desktop"
+ install -m644 "${srcdir}/glowing-bear.png" "${pkgdir}/usr/share/pixmaps/glowing-bear.png"
+}
diff --git a/glowing-bear.desktop b/glowing-bear.desktop
new file mode 100644
index 000000000000..19d5c7e26124
--- /dev/null
+++ b/glowing-bear.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Glowing Bear
+Exec=chromium --app="https://glowing-bear.org/"
+Icon=glowing-bear
+Type=Application
+Terminal=False
+Categories=IRCClient;InstantMessaging;Chat;
diff --git a/glowing-bear.png b/glowing-bear.png
new file mode 100644
index 000000000000..3bf2ca2b3a1a
--- /dev/null
+++ b/glowing-bear.png
Binary files differ