[arch-commits] Commit in gmtp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 30 20:05:32 UTC 2020
Date: Saturday, May 30, 2020 @ 20:05:30
Author: arojas
Revision: 637502
archrelease: copy trunk to community-x86_64
Added:
gmtp/repos/community-x86_64/PKGBUILD
(from rev 637501, gmtp/trunk/PKGBUILD)
Deleted:
gmtp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-30 20:04:44 UTC (rev 637501)
+++ PKGBUILD 2020-05-30 20:05:30 UTC (rev 637502)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-
-pkgname=gmtp
-pkgver=1.3.11
-pkgrel=1
-pkgdesc="A simple MP3 player client for MTP based devices"
-arch=('x86_64')
-url="http://gmtp.sourceforge.net/"
-license=('BSD')
-depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
-sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- make DESTDIR="${pkgdir}" install
-}
Copied: gmtp/repos/community-x86_64/PKGBUILD (from rev 637501, gmtp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-30 20:05:30 UTC (rev 637502)
@@ -0,0 +1,25 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+
+pkgname=gmtp
+pkgver=1.3.11
+pkgrel=2
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('x86_64')
+url="http://gmtp.sourceforge.net/"
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
+sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ CFLAGS+=' -fcommon' ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list