summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlga Smirnova2017-02-13 21:29:42 +0700
committerOlga Smirnova2017-02-13 21:29:42 +0700
commit1ff1addea143d6da2cc074c44abc5bac978bb386 (patch)
tree05cf4103cc471f41e62bd2ee153edb210ba53829
downloadaur-locale-ie.tar.gz
Initial commit
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD26
-rw-r--r--locale-ie.install15
-rw-r--r--locale-ie.tar.xzbin0 -> 1552 bytes
-rw-r--r--locale-ie.tar.xz.asc7
5 files changed, 65 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a52c855eece4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = locale-ie
+ pkgdesc = Interlingue locale data
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://
+ install = locale-ie.install
+ arch = any
+ license = Apache
+ depends = glibc
+ source = locale-ie.tar.xz
+ source = locale-ie.tar.xz.asc
+ validpgpkeys = B8962B8D8C337D8E1F65CDD16CEA378170E3F079
+ md5sums = 9c58bfa4342f977b6e4777f8aae67311
+ md5sums = SKIP
+
+pkgname = locale-ie
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e5902b3b83de
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Olga Smirnova <mistresssilvara@hotmail.com>
+pkgname=locale-ie
+pkgver=1.0
+pkgrel=1
+epoch=
+pkgdesc="Interlingue locale data"
+arch=('any')
+url="http://"
+license=('Apache')
+groups=()
+depends=('glibc')
+install=$pkgname.install
+changelog=
+source=("$pkgname.tar.xz" "$pkgname.tar.xz.asc")
+md5sums=("9c58bfa4342f977b6e4777f8aae67311"
+ "SKIP")
+validpgpkeys=("B8962B8D8C337D8E1F65CDD16CEA378170E3F079")
+
+prepare() {
+ sed -i {s/i18n:2000/i18n:2012/} "$srcdir/usr/share/i18n/locales/ie"
+}
+
+package() {
+ cp -r usr "$pkgdir/"
+}
+
diff --git a/locale-ie.install b/locale-ie.install
new file mode 100644
index 000000000000..1c8bfebf0e6a
--- /dev/null
+++ b/locale-ie.install
@@ -0,0 +1,15 @@
+## arg 1: the new package version
+post_install() {
+ localedef --replace -f UTF-8 -i ie ie.UTF-8
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ localedef --replace -f UTF-8 -i ie ie.UTF-8
+}
+
+## arg 1: the old package version
+pre_remove() {
+ localedef --delete-from-archive ie.utf8
+}
diff --git a/locale-ie.tar.xz b/locale-ie.tar.xz
new file mode 100644
index 000000000000..f0ff7d41e778
--- /dev/null
+++ b/locale-ie.tar.xz
Binary files differ
diff --git a/locale-ie.tar.xz.asc b/locale-ie.tar.xz.asc
new file mode 100644
index 000000000000..e5cb857daf93
--- /dev/null
+++ b/locale-ie.tar.xz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iF4EABEIAAYFAlihtSAACgkQbOo3gXDj8HkyFwD/Ytb0ZLbxjZvSo+EFRCJlnjof
+C3H7vYC0sMgGOjZBTrEBALwBSoHqxtlVy3OC/U3Cmlm4FTaHKygaEBpV2lARAvmi
+=y6IJ
+-----END PGP SIGNATURE-----