[arch-commits] Commit in gmtk/repos (4 files)
Allan McRae
allan at nymeria.archlinux.org
Fri Oct 25 02:20:05 UTC 2013
Date: Friday, October 25, 2013 @ 04:20:05
Author: allan
Revision: 99144
archrelease: copy trunk to community-i686, community-x86_64
Added:
gmtk/repos/community-i686/PKGBUILD
(from rev 99143, gmtk/trunk/PKGBUILD)
gmtk/repos/community-x86_64/PKGBUILD
(from rev 99143, gmtk/trunk/PKGBUILD)
Deleted:
gmtk/repos/community-i686/PKGBUILD
gmtk/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ----------------------
community-x86_64/PKGBUILD | 28 ----------------------
3 files changed, 54 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-25 02:18:54 UTC (rev 99143)
+++ community-i686/PKGBUILD 2013-10-25 02:20:05 UTC (rev 99144)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=gmtk
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-options=(!libtool)
-source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
-
-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-i686/PKGBUILD (from rev 99143, gmtk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 02:20:05 UTC (rev 99144)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=gmtk
+pkgver=1.0.8
+pkgrel=2
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='http://gmtk.googlecode.com/'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool' 'pkg-config')
+source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
+
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-25 02:18:54 UTC (rev 99143)
+++ community-x86_64/PKGBUILD 2013-10-25 02:20:05 UTC (rev 99144)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=gmtk
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-options=(!libtool)
-source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
-
-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 99143, gmtk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-25 02:20:05 UTC (rev 99144)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=gmtk
+pkgver=1.0.8
+pkgrel=2
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='http://gmtk.googlecode.com/'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool' 'pkg-config')
+source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
+
+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
+}
More information about the arch-commits
mailing list