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

Balló György bgyorgy at archlinux.org
Sat Jan 20 17:54:53 UTC 2018


    Date: Saturday, January 20, 2018 @ 17:54:48
  Author: bgyorgy
Revision: 284278

archrelease: copy trunk to community-x86_64

Added:
  gmtk/repos/community-x86_64/PKGBUILD
    (from rev 284277, gmtk/trunk/PKGBUILD)
Deleted:
  gmtk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-20 17:54:26 UTC (rev 284277)
+++ PKGBUILD	2018-01-20 17:54:48 UTC (rev 284278)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=gmtk
-pkgver=1.0.9
-pkgrel=4
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer'
-arch=('x86_64')
-url='https://sites.google.com/site/kdekorte2/gmtk'
-license=('GPL')
-depends=('gtk3' 'libpulse')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gmtk/repos/community-x86_64/PKGBUILD (from rev 284277, gmtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-20 17:54:48 UTC (rev 284278)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=5
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer'
+arch=('x86_64')
+url='https://sites.google.com/site/kdekorte2/gmtk'
+license=('GPL')
+depends=('gtk3' 'mplayer')
+makedepends=('intltool')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i '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