[arch-commits] Commit in gmpc/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Jul 30 21:19:19 UTC 2013


    Date: Tuesday, July 30, 2013 @ 23:19:19
  Author: arodseth
Revision: 94825

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gmpc/repos/community-i686/PKGBUILD
    (from rev 94824, gmpc/trunk/PKGBUILD)
  gmpc/repos/community-i686/gmpc.install
    (from rev 94824, gmpc/trunk/gmpc.install)
  gmpc/repos/community-x86_64/PKGBUILD
    (from rev 94824, gmpc/trunk/PKGBUILD)
  gmpc/repos/community-x86_64/gmpc.install
    (from rev 94824, gmpc/trunk/gmpc.install)
Deleted:
  gmpc/repos/community-i686/PKGBUILD
  gmpc/repos/community-i686/gmpc.install
  gmpc/repos/community-x86_64/PKGBUILD
  gmpc/repos/community-x86_64/gmpc.install

-------------------------------+
 /PKGBUILD                     |   78 ++++++++++++++++++++++++++++++++++++++++
 /gmpc.install                 |   22 +++++++++++
 community-i686/PKGBUILD       |   29 --------------
 community-i686/gmpc.install   |   11 -----
 community-x86_64/PKGBUILD     |   29 --------------
 community-x86_64/gmpc.install |   11 -----
 6 files changed, 100 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-30 21:19:04 UTC (rev 94824)
+++ community-i686/PKGBUILD	2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=gmpc
-pkgver=11.8.16
-pkgrel=1
-pkgdesc="A GTK2 client for MPD"
-arch=('i686' 'x86_64')
-url="http://gmpclient.org/home"
-license=('GPL')
-depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('gob2' 'intltool' 'vala')
-options=('!libtool')
-install=gmpc.install
-source=(http://download.sarine.nl/Programs/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('223aeb000e41697d8fdf54ccedee89d5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmpc/repos/community-i686/PKGBUILD (from rev 94824, gmpc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+
+pkgname=gmpc
+pkgver=11.8.16
+pkgrel=2
+pkgdesc='MPD client (Gtk2)'
+arch=('x86_64' 'i686')
+url='http://gmpclient.org/home'
+license=('GPL')
+depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('gob2' 'intltool' 'vala')
+options=('!libtool')
+install='gmpc.install'
+source=("http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' data/gmpc.desktop.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make CFLAGS+='-lm'
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gmpc.install
===================================================================
--- community-i686/gmpc.install	2013-07-30 21:19:04 UTC (rev 94824)
+++ community-i686/gmpc.install	2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: gmpc/repos/community-i686/gmpc.install (from rev 94824, gmpc/trunk/gmpc.install)
===================================================================
--- community-i686/gmpc.install	                        (rev 0)
+++ community-i686/gmpc.install	2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-30 21:19:04 UTC (rev 94824)
+++ community-x86_64/PKGBUILD	2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=gmpc
-pkgver=11.8.16
-pkgrel=1
-pkgdesc="A GTK2 client for MPD"
-arch=('i686' 'x86_64')
-url="http://gmpclient.org/home"
-license=('GPL')
-depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('gob2' 'intltool' 'vala')
-options=('!libtool')
-install=gmpc.install
-source=(http://download.sarine.nl/Programs/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('223aeb000e41697d8fdf54ccedee89d5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/gmpc.desktop.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmpc/repos/community-x86_64/PKGBUILD (from rev 94824, gmpc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+
+pkgname=gmpc
+pkgver=11.8.16
+pkgrel=2
+pkgdesc='MPD client (Gtk2)'
+arch=('x86_64' 'i686')
+url='http://gmpclient.org/home'
+license=('GPL')
+depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('gob2' 'intltool' 'vala')
+options=('!libtool')
+install='gmpc.install'
+source=("http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' data/gmpc.desktop.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make CFLAGS+='-lm'
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/gmpc.install
===================================================================
--- community-x86_64/gmpc.install	2013-07-30 21:19:04 UTC (rev 94824)
+++ community-x86_64/gmpc.install	2013-07-30 21:19:19 UTC (rev 94825)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: gmpc/repos/community-x86_64/gmpc.install (from rev 94824, gmpc/trunk/gmpc.install)
===================================================================
--- community-x86_64/gmpc.install	                        (rev 0)
+++ community-x86_64/gmpc.install	2013-07-30 21:19:19 UTC (rev 94825)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list