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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:16:24 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:16:24
  Author: pierre
Revision: 83148

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

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

-------------------------------+
 community-i686/PKGBUILD       |   29 +++++++++++++++++++++++++++++
 community-i686/gmpc.install   |   11 +++++++++++
 community-x86_64/PKGBUILD     |   29 +++++++++++++++++++++++++++++
 community-x86_64/gmpc.install |   11 +++++++++++
 4 files changed, 80 insertions(+)

Copied: gmpc/repos/community-i686/PKGBUILD (from rev 83147, gmpc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:16:24 UTC (rev 83148)
@@ -0,0 +1,29 @@
+# $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/gmpc.install (from rev 83147, gmpc/trunk/gmpc.install)
===================================================================
--- community-i686/gmpc.install	                        (rev 0)
+++ community-i686/gmpc.install	2013-01-27 16:16:24 UTC (rev 83148)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: gmpc/repos/community-x86_64/PKGBUILD (from rev 83147, gmpc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:16:24 UTC (rev 83148)
@@ -0,0 +1,29 @@
+# $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/gmpc.install (from rev 83147, gmpc/trunk/gmpc.install)
===================================================================
--- community-x86_64/gmpc.install	                        (rev 0)
+++ community-x86_64/gmpc.install	2013-01-27 16:16:24 UTC (rev 83148)
@@ -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