[arch-commits] Commit in liblangtag/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Fri Jan 25 06:53:42 UTC 2019


    Date: Friday, January 25, 2019 @ 06:53:42
  Author: andyrtr
Revision: 344713

archrelease: copy trunk to extra-x86_64

Added:
  liblangtag/repos/extra-x86_64/PKGBUILD
    (from rev 344712, liblangtag/trunk/PKGBUILD)
Deleted:
  liblangtag/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 06:53:35 UTC (rev 344712)
+++ PKGBUILD	2019-01-25 06:53:42 UTC (rev 344713)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=liblangtag
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="interface library to access/deal with tags for identifying languages"
-arch=('x86_64')
-url="http://tagoh.bitbucket.org/liblangtag/index.html"
-license=('LGPL3' 'MPL') # actually MPL2.0
-depends=('libxml2' 'glib2')
-makedepends=('gobject-introspection')
-optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
-source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('284f120247323a35122ab32b4b359c45')
-
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make -k check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}

Copied: liblangtag/repos/extra-x86_64/PKGBUILD (from rev 344712, liblangtag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 06:53:42 UTC (rev 344713)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=liblangtag
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('x86_64')
+url="https://bitbucket.org/tagoh/liblangtag/overview"
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('284f120247323a35122ab32b4b359c45')
+
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list