summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-02-01 11:55:20 +0100
committerdr460nf1r32021-02-01 11:55:20 +0100
commitd5cfb27f48aab4e12ba5aa584e48e3451955cd28 (patch)
treee5deee74037fed6eb066a0eb3c9aaa0754cbe07c
downloadaur-d5cfb27f48aab4e12ba5aa584e48e3451955cd28.tar.gz
Initial upload
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a408756f9bd6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = librewolf-extension-gnome-shell-integration
+ pkgdesc = GNOME shell integration addon for Librewolf
+ pkgver = 10.1
+ pkgrel = 1
+ url = https://addons.mozilla.org/en-US/firefox/addon/gnome-shell-integration/
+ arch = any
+ groups = librewolf-addons
+ license = GPLV3
+ depends = librewolf
+ depends = chrome-gnome-shell
+ source = extension.xpi::https://addons.mozilla.org/firefox/downloads/file/898030/gnome_shell_integration-10.1-an+fx-linux.xpi
+ sha512sums = 91b7230718f3cfdb107d29b4ded342b2d27c439b3422c546d6f990fadc6b418d293301f22f6403239166998f7b41516c2969a5f9c975e8609dfa867049f09267
+
+pkgname = librewolf-extension-gnome-shell-integration
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..abd890741e29
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=librewolf-extension-gnome-shell-integration
+pkgver=10.1
+pkgrel=1
+pkgdesc='GNOME shell integration addon for Librewolf'
+arch=('any')
+url='https://addons.mozilla.org/en-US/firefox/addon/gnome-shell-integration/'
+license=('GPLV3')
+depends=('librewolf' 'chrome-gnome-shell')
+groups=('librewolf-addons')
+source=("extension.xpi::https://addons.mozilla.org/firefox/downloads/file/898030/gnome_shell_integration-${pkgver}-an+fx-linux.xpi")
+sha512sums=('91b7230718f3cfdb107d29b4ded342b2d27c439b3422c546d6f990fadc6b418d293301f22f6403239166998f7b41516c2969a5f9c975e8609dfa867049f09267')
+
+package() {
+ install -Dm644 extension.xpi "${pkgdir}/usr/lib/librewolf/browser/extensions/chrome-gnome-shell@gnome.org.xpi"
+}