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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 2 19:15:02 UTC 2013


    Date: Sunday, June 2, 2013 @ 21:15:02
  Author: bpiotrowski
Revision: 92211

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

Added:
  pragha/repos/community-i686/PKGBUILD
    (from rev 92210, pragha/trunk/PKGBUILD)
  pragha/repos/community-i686/cdio-includes.patch
    (from rev 92210, pragha/trunk/cdio-includes.patch)
  pragha/repos/community-i686/pragha.install
    (from rev 92210, pragha/trunk/pragha.install)
  pragha/repos/community-x86_64/PKGBUILD
    (from rev 92210, pragha/trunk/PKGBUILD)
  pragha/repos/community-x86_64/cdio-includes.patch
    (from rev 92210, pragha/trunk/cdio-includes.patch)
  pragha/repos/community-x86_64/pragha.install
    (from rev 92210, pragha/trunk/pragha.install)
Deleted:
  pragha/repos/community-i686/PKGBUILD
  pragha/repos/community-i686/cdio-includes.patch
  pragha/repos/community-i686/pragha.install
  pragha/repos/community-x86_64/PKGBUILD
  pragha/repos/community-x86_64/cdio-includes.patch
  pragha/repos/community-x86_64/pragha.install

--------------------------------------+
 /PKGBUILD                            |   94 +++++++++++++++++++++++++++++++++
 /cdio-includes.patch                 |   22 +++++++
 /pragha.install                      |   20 +++++++
 community-i686/PKGBUILD              |   46 ----------------
 community-i686/cdio-includes.patch   |   12 ----
 community-i686/pragha.install        |   10 ---
 community-x86_64/PKGBUILD            |   46 ----------------
 community-x86_64/cdio-includes.patch |   12 ----
 community-x86_64/pragha.install      |   10 ---
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-02 19:14:39 UTC (rev 92210)
+++ community-i686/PKGBUILD	2013-06-02 19:15:02 UTC (rev 92211)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Alois Nespor <alois.nespor at gmail.com>
-# Contributor: JerichoKru   <jerichokru(AT)htomail.com>
-
-pkgname=pragha
-pkgver=1.1.1
-pkgrel=2
-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' 'gstreamer0.10-base'
-         'taglib' 'hicolor-icon-theme'  'gtk2'
-         'dbus-glib' 'sqlite' 'desktop-file-utils'
-         'libclastfm')
-optdepends=('notification-daemon: OSD notification')
-replaces=('dissonance')
-install=pragha.install
-source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2"
-        cdio-includes.patch)
-sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9'
-          '05a2e007800dc5395a0bb7f026ec7e388cd9488c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/cdio-includes.patch"
-
-  LIBS+="-ldbus-glib-1"  ./configure --prefix=/usr
-  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 92210, pragha/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-02 19:15:02 UTC (rev 92211)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+# Contributor: JerichoKru   <jerichokru(AT)htomail.com>
+
+pkgname=pragha
+pkgver=1.1.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' 'gstreamer0.10-base'
+         'taglib' 'hicolor-icon-theme'  'gtk2'
+         'dbus-glib' 'sqlite' 'desktop-file-utils'
+         'libclastfm')
+optdepends=('notification-daemon: OSD notification')
+makedepends=('intltool')
+replaces=('dissonance')
+install=pragha.install
+source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2"
+        cdio-includes.patch)
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
+          '83b366be516b4c09dbccbb25b473f2de545bdbe8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/cdio-includes.patch"
+
+  LIBS+="-ldbus-glib-1"  ./configure --prefix=/usr
+  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/cdio-includes.patch
===================================================================
--- community-i686/cdio-includes.patch	2013-06-02 19:14:39 UTC (rev 92210)
+++ community-i686/cdio-includes.patch	2013-06-02 19:15:02 UTC (rev 92211)
@@ -1,12 +0,0 @@
-diff -upr pragha-1.1.1.orig/src/cdda.h pragha-1.1.1/src/cdda.h
---- pragha-1.1.1.orig/src/cdda.h	2013-01-14 04:58:09.000000000 +0200
-+++ pragha-1.1.1/src/cdda.h	2013-01-14 04:58:52.000000000 +0200
-@@ -21,7 +21,7 @@
- 
- #include <glib.h>
- 
--#include <cdio/cdda.h>
-+#include <cdio/paranoia/cdda.h>
- #include <cdio/cd_types.h>
- #ifdef __CDIO_CONFIG_H__
- #include <cdio/cdio_unconfig.h>

Copied: pragha/repos/community-i686/cdio-includes.patch (from rev 92210, pragha/trunk/cdio-includes.patch)
===================================================================
--- community-i686/cdio-includes.patch	                        (rev 0)
+++ community-i686/cdio-includes.patch	2013-06-02 19:15:02 UTC (rev 92211)
@@ -0,0 +1,11 @@
+--- a/src/cdda.h.orig	2013-02-16 23:13:47.000000000 +0100
++++ b/src/cdda.h	2013-06-02 21:07:50.473864563 +0200
+@@ -24,7 +24,7 @@
+ #ifdef HAVE_PARANOIA_NEW_INCLUDES
+    #include <cdio/paranoia/cdda.h>
+ #else
+-   #include <cdio/cdda.h>
++   #include <cdio/paranoia/cdda.h>
+    #ifdef __CDIO_CONFIG_H__
+       #include <cdio/cdio_unconfig.h>
+    #endif

Deleted: community-i686/pragha.install
===================================================================
--- community-i686/pragha.install	2013-06-02 19:14:39 UTC (rev 92210)
+++ community-i686/pragha.install	2013-06-02 19:15:02 UTC (rev 92211)
@@ -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 92210, pragha/trunk/pragha.install)
===================================================================
--- community-i686/pragha.install	                        (rev 0)
+++ community-i686/pragha.install	2013-06-02 19:15:02 UTC (rev 92211)
@@ -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-06-02 19:14:39 UTC (rev 92210)
+++ community-x86_64/PKGBUILD	2013-06-02 19:15:02 UTC (rev 92211)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Alois Nespor <alois.nespor at gmail.com>
-# Contributor: JerichoKru   <jerichokru(AT)htomail.com>
-
-pkgname=pragha
-pkgver=1.1.1
-pkgrel=2
-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' 'gstreamer0.10-base'
-         'taglib' 'hicolor-icon-theme'  'gtk2'
-         'dbus-glib' 'sqlite' 'desktop-file-utils'
-         'libclastfm')
-optdepends=('notification-daemon: OSD notification')
-replaces=('dissonance')
-install=pragha.install
-source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2"
-        cdio-includes.patch)
-sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9'
-          '05a2e007800dc5395a0bb7f026ec7e388cd9488c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/cdio-includes.patch"
-
-  LIBS+="-ldbus-glib-1"  ./configure --prefix=/usr
-  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 92210, pragha/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-02 19:15:02 UTC (rev 92211)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+# Contributor: JerichoKru   <jerichokru(AT)htomail.com>
+
+pkgname=pragha
+pkgver=1.1.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' 'gstreamer0.10-base'
+         'taglib' 'hicolor-icon-theme'  'gtk2'
+         'dbus-glib' 'sqlite' 'desktop-file-utils'
+         'libclastfm')
+optdepends=('notification-daemon: OSD notification')
+makedepends=('intltool')
+replaces=('dissonance')
+install=pragha.install
+source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2"
+        cdio-includes.patch)
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
+          '83b366be516b4c09dbccbb25b473f2de545bdbe8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/cdio-includes.patch"
+
+  LIBS+="-ldbus-glib-1"  ./configure --prefix=/usr
+  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/cdio-includes.patch
===================================================================
--- community-x86_64/cdio-includes.patch	2013-06-02 19:14:39 UTC (rev 92210)
+++ community-x86_64/cdio-includes.patch	2013-06-02 19:15:02 UTC (rev 92211)
@@ -1,12 +0,0 @@
-diff -upr pragha-1.1.1.orig/src/cdda.h pragha-1.1.1/src/cdda.h
---- pragha-1.1.1.orig/src/cdda.h	2013-01-14 04:58:09.000000000 +0200
-+++ pragha-1.1.1/src/cdda.h	2013-01-14 04:58:52.000000000 +0200
-@@ -21,7 +21,7 @@
- 
- #include <glib.h>
- 
--#include <cdio/cdda.h>
-+#include <cdio/paranoia/cdda.h>
- #include <cdio/cd_types.h>
- #ifdef __CDIO_CONFIG_H__
- #include <cdio/cdio_unconfig.h>

Copied: pragha/repos/community-x86_64/cdio-includes.patch (from rev 92210, pragha/trunk/cdio-includes.patch)
===================================================================
--- community-x86_64/cdio-includes.patch	                        (rev 0)
+++ community-x86_64/cdio-includes.patch	2013-06-02 19:15:02 UTC (rev 92211)
@@ -0,0 +1,11 @@
+--- a/src/cdda.h.orig	2013-02-16 23:13:47.000000000 +0100
++++ b/src/cdda.h	2013-06-02 21:07:50.473864563 +0200
+@@ -24,7 +24,7 @@
+ #ifdef HAVE_PARANOIA_NEW_INCLUDES
+    #include <cdio/paranoia/cdda.h>
+ #else
+-   #include <cdio/cdda.h>
++   #include <cdio/paranoia/cdda.h>
+    #ifdef __CDIO_CONFIG_H__
+       #include <cdio/cdio_unconfig.h>
+    #endif

Deleted: community-x86_64/pragha.install
===================================================================
--- community-x86_64/pragha.install	2013-06-02 19:14:39 UTC (rev 92210)
+++ community-x86_64/pragha.install	2013-06-02 19:15:02 UTC (rev 92211)
@@ -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 92210, pragha/trunk/pragha.install)
===================================================================
--- community-x86_64/pragha.install	                        (rev 0)
+++ community-x86_64/pragha.install	2013-06-02 19:15:02 UTC (rev 92211)
@@ -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