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

Antonio Rojas arojas at archlinux.org
Sat May 14 10:48:29 UTC 2016


    Date: Saturday, May 14, 2016 @ 12:48:25
  Author: arojas
Revision: 175323

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

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

---------------------------------+
 /PKGBUILD                       |   92 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   47 -------------------
 community-i686/pragha.install   |   10 ----
 community-x86_64/PKGBUILD       |   47 -------------------
 community-x86_64/pragha.install |   10 ----
 5 files changed, 92 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-14 10:47:40 UTC (rev 175322)
+++ community-i686/PKGBUILD	2016-05-14 10:48:25 UTC (rev 175323)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
-# Contributor: Alois Nespor <alois.nespor at gmail.com>
-# Contributor: JerichoKru   <jerichokru(AT)hotmail.com>
-
-pkgname=pragha
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="https://pragha-music-player.github.io/"
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
-         'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
-         'libpeas' 'libgudev' 'glyr')
-optdepends=('notification-daemon: OSD notification'
-            'gst-plugins-good: A collection of gstreamer codecs'
-            'gst-plugins-bad: A collection of gstreamer codecs'
-            'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
-replaces=('dissonance')
-install=pragha.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz")
-sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
-    ./configure --prefix=/usr \
-    --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
-  install -d "$pkgdir/usr/share/pixmaps"
-  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-}
-
-# vim:ts=2:sw=2:expandtab
-

Copied: pragha/repos/community-i686/PKGBUILD (from rev 175322, pragha/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-14 10:48:25 UTC (rev 175323)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+# Contributor: JerichoKru   <jerichokru(AT)hotmail.com>
+
+pkgname=pragha
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="https://pragha-music-player.github.io/"
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+         'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+         'libpeas' 'libgudev' 'glyr')
+optdepends=('notification-daemon: OSD notification'
+            'gst-plugins-good: A collection of gstreamer codecs'
+            'gst-plugins-bad: A collection of gstreamer codecs'
+            'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz")
+sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
+    ./configure --prefix=/usr \
+    --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
+  install -d "$pkgdir/usr/share/pixmaps"
+  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:ts=2:sw=2:expandtab
+

Deleted: community-i686/pragha.install
===================================================================
--- community-i686/pragha.install	2016-05-14 10:47:40 UTC (rev 175322)
+++ community-i686/pragha.install	2016-05-14 10:48:25 UTC (rev 175323)
@@ -1,10 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_remove() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- update-desktop-database -q
-}
- 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-14 10:47:40 UTC (rev 175322)
+++ community-x86_64/PKGBUILD	2016-05-14 10:48:25 UTC (rev 175323)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
-# Contributor: Alois Nespor <alois.nespor at gmail.com>
-# Contributor: JerichoKru   <jerichokru(AT)hotmail.com>
-
-pkgname=pragha
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="https://pragha-music-player.github.io/"
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
-         'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
-         'libpeas' 'libgudev' 'glyr')
-optdepends=('notification-daemon: OSD notification'
-            'gst-plugins-good: A collection of gstreamer codecs'
-            'gst-plugins-bad: A collection of gstreamer codecs'
-            'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
-replaces=('dissonance')
-install=pragha.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz")
-sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
-    ./configure --prefix=/usr \
-    --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
-  install -d "$pkgdir/usr/share/pixmaps"
-  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-}
-
-# vim:ts=2:sw=2:expandtab
-

Copied: pragha/repos/community-x86_64/PKGBUILD (from rev 175322, pragha/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-14 10:48:25 UTC (rev 175323)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+# Contributor: JerichoKru   <jerichokru(AT)hotmail.com>
+
+pkgname=pragha
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="https://pragha-music-player.github.io/"
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+         'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+         'libpeas' 'libgudev' 'glyr')
+optdepends=('notification-daemon: OSD notification'
+            'gst-plugins-good: A collection of gstreamer codecs'
+            'gst-plugins-bad: A collection of gstreamer codecs'
+            'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz")
+sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
+    ./configure --prefix=/usr \
+    --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
+  install -d "$pkgdir/usr/share/pixmaps"
+  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
+}
+
+# vim:ts=2:sw=2:expandtab
+

Deleted: community-x86_64/pragha.install
===================================================================
--- community-x86_64/pragha.install	2016-05-14 10:47:40 UTC (rev 175322)
+++ community-x86_64/pragha.install	2016-05-14 10:48:25 UTC (rev 175323)
@@ -1,10 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_remove() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- update-desktop-database -q
-}
- 



More information about the arch-commits mailing list