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

Jan Steffens heftig at archlinux.org
Fri Sep 13 09:33:59 UTC 2019


    Date: Friday, September 13, 2019 @ 09:33:59
  Author: heftig
Revision: 362464

archrelease: copy trunk to extra-x86_64

Added:
  amtk/repos/extra-x86_64/
  amtk/repos/extra-x86_64/PKGBUILD
    (from rev 362463, amtk/trunk/PKGBUILD)

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

Copied: amtk/repos/extra-x86_64/PKGBUILD (from rev 362463, amtk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-09-13 09:33:59 UTC (rev 362464)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=amtk
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="Actions, Menus and Toolbars Kit for GTK+ applications"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Amtk"
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(autoconf-archive git gobject-introspection gtk-doc)
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('12a996978a30b7b69a810ac0c5656d5cf2f58d9787b98a0c028ff1b64e8f31ff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list