[arch-commits] Commit in gmtk/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Jan 20 17:25:22 UTC 2018
Date: Saturday, January 20, 2018 @ 17:25:21
Author: bgyorgy
Revision: 284276
archrelease: copy trunk to community-x86_64
Added:
gmtk/repos/community-x86_64/PKGBUILD
(from rev 284275, gmtk/trunk/PKGBUILD)
Deleted:
gmtk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-20 17:25:15 UTC (rev 284275)
+++ PKGBUILD 2018-01-20 17:25:21 UTC (rev 284276)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=gmtk
-pkgver=1.0.9
-pkgrel=3
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='https://sites.google.com/site/kdekorte2/gmtk'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('2c893a371e3debeadf0f37a42040f5b4')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
- ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gmtk/repos/community-x86_64/PKGBUILD (from rev 284275, gmtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-20 17:25:21 UTC (rev 284276)
@@ -0,0 +1,26 @@
+# $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
+}
More information about the arch-commits
mailing list