summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3c9fdf0b6431
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = seamonkey-i18n-sv-se
+ pkgdesc = Swedish language pack for SeaMonkey
+ pkgver = 2.33.1
+ pkgrel = 1
+ url = http://www.seamonkey-project.org/
+ arch = any
+ license = MPL
+ depends = seamonkey>=2.33.1
+ noextract = seamonkey-2.33.1.sv-SE.langpack.xpi
+ source = https://ftp.mozilla.org/pub/seamonkey/releases/2.33.1/langpack/seamonkey-2.33.1.sv-SE.langpack.xpi
+ sha256sums = f42d0dc239e124488b57b0b96b1f9cc3cae2118525d5d2bf5e2ac699211c00fb
+
+pkgname = seamonkey-i18n-sv-se
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..45f2181344e7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: 3ED <krzysztof1987 at gmail>
+
+pkgname=seamonkey-i18n-sv-se
+pkgver=2.33.1
+pkgrel=1
+_lang=sv-SE
+pkgdesc="Swedish language pack for SeaMonkey"
+arch=('any')
+license=('MPL')
+url="http://www.seamonkey-project.org/"
+depends=("seamonkey>=${pkgver}")
+source=(https://ftp.mozilla.org/pub/seamonkey/releases/${pkgver}/langpack/seamonkey-${pkgver}.${_lang}.langpack.xpi)
+noextract=(seamonkey-${pkgver}.${_lang}.langpack.xpi)
+sha256sums=('f42d0dc239e124488b57b0b96b1f9cc3cae2118525d5d2bf5e2ac699211c00fb')
+
+package() {
+ install -Dm644 "${srcdir}/seamonkey-${pkgver}.${_lang}.langpack.xpi" \
+ "${pkgdir}/usr/lib/seamonkey-${pkgver}/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi"
+}