[arch-commits] Commit in libmatekbd/repos (2 files)

Antonio Rojas arojas at archlinux.org
Wed Feb 7 22:10:11 UTC 2018


    Date: Wednesday, February 7, 2018 @ 22:10:10
  Author: arojas
Revision: 290083

archrelease: copy trunk to community-staging-x86_64

Added:
  libmatekbd/repos/community-staging-x86_64/
  libmatekbd/repos/community-staging-x86_64/PKGBUILD
    (from rev 290082, libmatekbd/trunk/PKGBUILD)

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

Copied: libmatekbd/repos/community-staging-x86_64/PKGBUILD (from rev 290082, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-07 22:10:10 UTC (rev 290083)
@@ -0,0 +1,31 @@
+# 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
+}



More information about the arch-commits mailing list