[arch-commits] Commit in libmatekbd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Tue Apr 10 22:42:20 UTC 2018


    Date: Tuesday, April 10, 2018 @ 22:42:19
  Author: cesura
Revision: 315657

archrelease: copy trunk to community-x86_64

Added:
  libmatekbd/repos/community-x86_64/PKGBUILD
    (from rev 315656, libmatekbd/trunk/PKGBUILD)
Deleted:
  libmatekbd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 22:41:58 UTC (rev 315656)
+++ PKGBUILD	2018-04-10 22:42:19 UTC (rev 315657)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=libmatekbd
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org"
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier')
-makedepends=('intltool' 'python')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('c3b08604efb5a915a77e778722686282941998ee')
-
-build() {
-    cd $pkgname-$pkgver
-    ./configure \
-        --prefix=/usr 
-
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    make
-}
-
-package_libmatekbd() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 315656, libmatekbd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-10 22:42:19 UTC (rev 315657)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=libmatekbd
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org"
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier') 
+makedepends=('intltool' 'python')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure \
+        --prefix=/usr 
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package_libmatekbd() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list