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

Thorsten Töpper ttoepper at nymeria.archlinux.org
Fri Nov 22 22:20:43 UTC 2013


    Date: Friday, November 22, 2013 @ 23:20:43
  Author: ttoepper
Revision: 101337

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

Added:
  pragha/repos/community-i686/PKGBUILD
    (from rev 101336, pragha/trunk/PKGBUILD)
  pragha/repos/community-i686/pragha.install
    (from rev 101336, pragha/trunk/pragha.install)
  pragha/repos/community-x86_64/PKGBUILD
    (from rev 101336, pragha/trunk/PKGBUILD)
  pragha/repos/community-x86_64/pragha.install
    (from rev 101336, pragha/trunk/pragha.install)
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                       |  100 ++++++++++++++++++++++++++++++++++++++
 /pragha.install                 |   20 +++++++
 community-i686/PKGBUILD         |   50 -------------------
 community-i686/pragha.install   |   10 ---
 community-x86_64/PKGBUILD       |   50 -------------------
 community-x86_64/pragha.install |   10 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-22 22:20:38 UTC (rev 101336)
+++ community-i686/PKGBUILD	2013-11-22 22:20:43 UTC (rev 101337)
@@ -1,50 +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.1.2.1
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="http://pragha.wikispaces.com/"
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
-         'taglib' 'hicolor-icon-theme'  'gtk2'
-         'dbus-glib' 'sqlite' 'desktop-file-utils'
-         'libclastfm')
-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')
-replaces=('dissonance')
-install=pragha.install
-source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2")
-sha1sums=('f8fe9f1f6fa89b6d9657dedad26a90db494b200b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  LIBS+="-ldbus-glib-1"  \
-    ./configure --prefix=/usr \
-                --with-gstreamer=1.0 \
-                CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
-  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.png" "$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 101336, pragha/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-22 22:20:43 UTC (rev 101337)
@@ -0,0 +1,50 @@
+# $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.1.2.2
+pkgrel=1
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="http://pragha.wikispaces.com/"
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
+         'taglib' 'hicolor-icon-theme'  'gtk2'
+         'dbus-glib' 'sqlite' 'desktop-file-utils'
+         'libclastfm')
+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')
+replaces=('dissonance')
+install=pragha.install
+source=("https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2")
+sha1sums=('b415432020c2e1aefc6640cef778ddc70bbeff7f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  LIBS+="-ldbus-glib-1"  \
+    ./configure --prefix=/usr \
+                --with-gstreamer=1.0 \
+                CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
+  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.png" "$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	2013-11-22 22:20:38 UTC (rev 101336)
+++ community-i686/pragha.install	2013-11-22 22:20:43 UTC (rev 101337)
@@ -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
-}
- 

Copied: pragha/repos/community-i686/pragha.install (from rev 101336, pragha/trunk/pragha.install)
===================================================================
--- community-i686/pragha.install	                        (rev 0)
+++ community-i686/pragha.install	2013-11-22 22:20:43 UTC (rev 101337)
@@ -0,0 +1,10 @@
+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	2013-11-22 22:20:38 UTC (rev 101336)
+++ community-x86_64/PKGBUILD	2013-11-22 22:20:43 UTC (rev 101337)
@@ -1,50 +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.1.2.1
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="http://pragha.wikispaces.com/"
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
-         'taglib' 'hicolor-icon-theme'  'gtk2'
-         'dbus-glib' 'sqlite' 'desktop-file-utils'
-         'libclastfm')
-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')
-replaces=('dissonance')
-install=pragha.install
-source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2")
-sha1sums=('f8fe9f1f6fa89b6d9657dedad26a90db494b200b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  LIBS+="-ldbus-glib-1"  \
-    ./configure --prefix=/usr \
-                --with-gstreamer=1.0 \
-                CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
-  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.png" "$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 101336, pragha/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-22 22:20:43 UTC (rev 101337)
@@ -0,0 +1,50 @@
+# $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.1.2.2
+pkgrel=1
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="http://pragha.wikispaces.com/"
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
+         'taglib' 'hicolor-icon-theme'  'gtk2'
+         'dbus-glib' 'sqlite' 'desktop-file-utils'
+         'libclastfm')
+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')
+replaces=('dissonance')
+install=pragha.install
+source=("https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2")
+sha1sums=('b415432020c2e1aefc6640cef778ddc70bbeff7f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  LIBS+="-ldbus-glib-1"  \
+    ./configure --prefix=/usr \
+                --with-gstreamer=1.0 \
+                CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
+  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.png" "$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	2013-11-22 22:20:38 UTC (rev 101336)
+++ community-x86_64/pragha.install	2013-11-22 22:20:43 UTC (rev 101337)
@@ -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
-}
- 

Copied: pragha/repos/community-x86_64/pragha.install (from rev 101336, pragha/trunk/pragha.install)
===================================================================
--- community-x86_64/pragha.install	                        (rev 0)
+++ community-x86_64/pragha.install	2013-11-22 22:20:43 UTC (rev 101337)
@@ -0,0 +1,10 @@
+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