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

Fabio Castelli muflone at archlinux.org
Wed Oct 29 19:47:53 UTC 2014


    Date: Wednesday, October 29, 2014 @ 20:47:53
  Author: muflone
Revision: 121582

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

Added:
  gmtp/repos/community-testing-i686/
  gmtp/repos/community-testing-i686/PKGBUILD
    (from rev 121581, gmtp/trunk/PKGBUILD)
  gmtp/repos/community-testing-i686/gmtp.install
    (from rev 121581, gmtp/trunk/gmtp.install)
  gmtp/repos/community-testing-x86_64/
  gmtp/repos/community-testing-x86_64/PKGBUILD
    (from rev 121581, gmtp/trunk/PKGBUILD)
  gmtp/repos/community-testing-x86_64/gmtp.install
    (from rev 121581, gmtp/trunk/gmtp.install)

---------------------------------------+
 community-testing-i686/PKGBUILD       |   27 +++++++++++++++++++++++++++
 community-testing-i686/gmtp.install   |   11 +++++++++++
 community-testing-x86_64/PKGBUILD     |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/gmtp.install |   11 +++++++++++
 4 files changed, 76 insertions(+)

Copied: gmtp/repos/community-testing-i686/PKGBUILD (from rev 121581, gmtp/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-10-29 19:47:53 UTC (rev 121582)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+
+pkgname=gmtp
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('i686' 'x86_64')
+url="http://gmtp.sourceforge.net/"
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz"::"http://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
+sha256sums=('edb9aa6f2421be3090fa53c5384fdf0dfb43cafcf6c1c3621ab5eeb889ebb580')
+
+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-testing-i686/gmtp.install (from rev 121581, gmtp/trunk/gmtp.install)
===================================================================
--- community-testing-i686/gmtp.install	                        (rev 0)
+++ community-testing-i686/gmtp.install	2014-10-29 19:47:53 UTC (rev 121582)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gmtp/repos/community-testing-x86_64/PKGBUILD (from rev 121581, gmtp/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-10-29 19:47:53 UTC (rev 121582)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+
+pkgname=gmtp
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('i686' 'x86_64')
+url="http://gmtp.sourceforge.net/"
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz"::"http://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
+sha256sums=('edb9aa6f2421be3090fa53c5384fdf0dfb43cafcf6c1c3621ab5eeb889ebb580')
+
+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-testing-x86_64/gmtp.install (from rev 121581, gmtp/trunk/gmtp.install)
===================================================================
--- community-testing-x86_64/gmtp.install	                        (rev 0)
+++ community-testing-x86_64/gmtp.install	2014-10-29 19:47:53 UTC (rev 121582)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list