[arch-commits] Commit in gmpc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 25 10:36:26 UTC 2019


    Date: Monday, February 25, 2019 @ 10:36:24
  Author: arodseth
Revision: 435669

archrelease: copy trunk to community-x86_64

Added:
  gmpc/repos/community-x86_64/PKGBUILD
    (from rev 435668, gmpc/trunk/PKGBUILD)
Deleted:
  gmpc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-25 10:36:16 UTC (rev 435668)
+++ PKGBUILD	2019-02-25 10:36:24 UTC (rev 435669)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=gmpc
-pkgver=11.8.16
-pkgrel=5
-pkgdesc='MPD client'
-arch=('x86_64')
-url='http://gmpclient.org/home'
-license=('GPL')
-depends=('gtk2' 'libmpd' 'libsoup' 'sqlite' 'xdg-utils')
-makedepends=('gob2' 'intltool' 'vala')
-source=("http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
-
-prepare() {
-  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' \
-    "$pkgname-$pkgver/data/gmpc.desktop.in"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --disable-unique
-  make CFLAGS+='-lm'
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gmpc/repos/community-x86_64/PKGBUILD (from rev 435668, gmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-25 10:36:24 UTC (rev 435669)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+
+pkgname=gmpc
+pkgver=11.8.16
+pkgrel=6
+pkgdesc='MPD client'
+arch=(x86_64)
+url='https://gmpclient.org/home'
+license=(GPL)
+depends=(gtk2 libmpd libsoup sqlite xdg-utils)
+makedepends=(gob2 intltool vala)
+source=("http://download.sarine.nl/Programs/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c')
+
+prepare() {
+  sed -i 's/GNOME;AudioVideo;/GTK;AudioVideo;Player;/' \
+    "$pkgname-$pkgver/data/gmpc.desktop.in"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-unique
+  make CFLAGS+='-lm'
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list