[arch-commits] Commit in gmtk/trunk (PKGBUILD)

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


    Date: Saturday, January 20, 2018 @ 17:25:15
  Author: bgyorgy
Revision: 284275

upgpkg: gmtk 1.0.9-4

Adopt the package, enable PulseAudio support

Modified:
  gmtk/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-20 13:35:06 UTC (rev 284274)
+++ PKGBUILD	2018-01-20 17:25:15 UTC (rev 284275)
@@ -1,27 +1,26 @@
 # $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
 
 pkgname=gmtk
 pkgver=1.0.9
-pkgrel=3
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+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=('glib2' 'gtk3' 'dconf')
+depends=('gtk3' 'libpulse')
 makedepends=('intltool')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('2c893a371e3debeadf0f37a42040f5b4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list