Date: Saturday, May 30, 2015 @ 11:58:56
  Author: alucryd
Revision: 134348

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

Added:
  guayadeque/repos/community-i686/PKGBUILD
    (from rev 134347, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-i686/guayadeque-link.patch
    (from rev 134347, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-i686/guayadeque.install
    (from rev 134347, guayadeque/trunk/guayadeque.install)
  guayadeque/repos/community-x86_64/PKGBUILD
    (from rev 134347, guayadeque/trunk/PKGBUILD)
  guayadeque/repos/community-x86_64/guayadeque-link.patch
    (from rev 134347, guayadeque/trunk/guayadeque-link.patch)
  guayadeque/repos/community-x86_64/guayadeque.install
    (from rev 134347, guayadeque/trunk/guayadeque.install)
Deleted:
  guayadeque/repos/community-i686/PKGBUILD
  guayadeque/repos/community-i686/guayadeque.install
  guayadeque/repos/community-x86_64/PKGBUILD
  guayadeque/repos/community-x86_64/guayadeque.install

----------------------------------------+
 /PKGBUILD                              |  112 +++++++++++++++++++++++++++++++
 /guayadeque.install                    |   26 +++++++
 community-i686/PKGBUILD                |   43 -----------
 community-i686/guayadeque-link.patch   |   11 +++
 community-i686/guayadeque.install      |   13 ---
 community-x86_64/PKGBUILD              |   43 -----------
 community-x86_64/guayadeque-link.patch |   11 +++
 community-x86_64/guayadeque.install    |   13 ---
 8 files changed, 160 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-05-30 09:58:44 UTC (rev 134347)
+++ community-i686/PKGBUILD     2015-05-30 09:58:56 UTC (rev 134348)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@gmail.com>
-# Contributor: Sial <s...@cpan.org>
-# Contributor: Martin Herndl <martin.her...@gmail.com>
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-            'gvfs: Support for external devices')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/PKGBUILD (from rev 134347, 
guayadeque/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-05-30 09:58:56 UTC (rev 134348)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Sial <s...@cpan.org>
+# Contributor: Martin Herndl <martin.her...@gmail.com>
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+            'gvfs: Support for external devices')
+install='guayadeque.install'
+source=("http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2";
+        'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+            '9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+    -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
+}
+
+package() {
+  cd guayadeque-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/guayadeque-link.patch (from rev 134347, 
guayadeque/trunk/guayadeque-link.patch)
===================================================================
--- community-i686/guayadeque-link.patch                                (rev 0)
+++ community-i686/guayadeque-link.patch        2015-05-30 09:58:56 UTC (rev 
134348)
@@ -0,0 +1,11 @@
+diff -rupN guayadeque-0.3.7.orig/src/CMakeLists.txt 
guayadeque-0.3.7/src/CMakeLists.txt
+--- guayadeque-0.3.7.orig/src/CMakeLists.txt   2015-05-30 11:46:08.985762500 
+0200
++++ guayadeque-0.3.7/src/CMakeLists.txt        2015-05-30 11:47:40.436389200 
+0200
+@@ -319,6 +319,7 @@ TARGET_LINK_LIBRARIES( guayadeque
+       ${LIBINDICATE07_LIBRARIES}
+       ${LIBAPPINDICATOR_LIBRARIES}
+       ${LIBWXSQLITE3_LIBRARIES}
++      -lgdk_pixbuf-2.0
+       )
+ 
+ INSTALL( TARGETS guayadeque

Deleted: community-i686/guayadeque.install
===================================================================
--- community-i686/guayadeque.install   2015-05-30 09:58:44 UTC (rev 134347)
+++ community-i686/guayadeque.install   2015-05-30 09:58:56 UTC (rev 134348)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove(){
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-i686/guayadeque.install (from rev 134347, 
guayadeque/trunk/guayadeque.install)
===================================================================
--- community-i686/guayadeque.install                           (rev 0)
+++ community-i686/guayadeque.install   2015-05-30 09:58:56 UTC (rev 134348)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove(){
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-05-30 09:58:44 UTC (rev 134347)
+++ community-x86_64/PKGBUILD   2015-05-30 09:58:56 UTC (rev 134348)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@gmail.com>
-# Contributor: Sial <s...@cpan.org>
-# Contributor: Martin Herndl <martin.her...@gmail.com>
-
-pkgname=guayadeque
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Lightweight music player'
-arch=('i686' 'x86_64')
-url='http://guayadeque.org/'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
-makedepends=('cmake')
-optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
-            'gvfs: Support for external devices')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/src
-
-  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
-  mv guayadeque.pot ../po
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-x86_64/PKGBUILD (from rev 134347, 
guayadeque/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-30 09:58:56 UTC (rev 134348)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Sial <s...@cpan.org>
+# Contributor: Martin Herndl <martin.her...@gmail.com>
+
+pkgname=guayadeque
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='Lightweight music player'
+arch=('i686' 'x86_64')
+url='http://guayadeque.org/'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8')
+makedepends=('cmake')
+optdepends=('gstreamer0.10-good-plugins: Support for additional file formats'
+            'gvfs: Support for external devices')
+install='guayadeque.install'
+source=("http://downloads.sourceforge.net/project/guayadaque/guayadeque/${pkgver}/guayadeque-${pkgver}.tar.bz2";
+        'guayadeque-link.patch')
+sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938'
+            '9dea639f2464d2aceb0dd00786ba04a6c46e539d6eccc6468ab312f6de9321d4')
+
+prepare() {
+  cd guayadeque-${pkgver}
+
+  patch -Np1 -i ../guayadeque-link.patch
+
+  cd src
+
+  xgettext -d guayadeque -o guayadeque.pot -C --keyword=_ *.cpp
+  mv guayadeque.pot ../po
+}
+
+build() {
+  cd guayadeque-${pkgver}
+
+  if [[ -d build || -f build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8' \
+    -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8'
+  make
+}
+
+package() {
+  cd guayadeque-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-x86_64/guayadeque-link.patch (from rev 
134347, guayadeque/trunk/guayadeque-link.patch)
===================================================================
--- community-x86_64/guayadeque-link.patch                              (rev 0)
+++ community-x86_64/guayadeque-link.patch      2015-05-30 09:58:56 UTC (rev 
134348)
@@ -0,0 +1,11 @@
+diff -rupN guayadeque-0.3.7.orig/src/CMakeLists.txt 
guayadeque-0.3.7/src/CMakeLists.txt
+--- guayadeque-0.3.7.orig/src/CMakeLists.txt   2015-05-30 11:46:08.985762500 
+0200
++++ guayadeque-0.3.7/src/CMakeLists.txt        2015-05-30 11:47:40.436389200 
+0200
+@@ -319,6 +319,7 @@ TARGET_LINK_LIBRARIES( guayadeque
+       ${LIBINDICATE07_LIBRARIES}
+       ${LIBAPPINDICATOR_LIBRARIES}
+       ${LIBWXSQLITE3_LIBRARIES}
++      -lgdk_pixbuf-2.0
+       )
+ 
+ INSTALL( TARGETS guayadeque

Deleted: community-x86_64/guayadeque.install
===================================================================
--- community-x86_64/guayadeque.install 2015-05-30 09:58:44 UTC (rev 134347)
+++ community-x86_64/guayadeque.install 2015-05-30 09:58:56 UTC (rev 134348)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade(){
-  post_install
-}
-
-post_remove(){
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: guayadeque/repos/community-x86_64/guayadeque.install (from rev 134347, 
guayadeque/trunk/guayadeque.install)
===================================================================
--- community-x86_64/guayadeque.install                         (rev 0)
+++ community-x86_64/guayadeque.install 2015-05-30 09:58:56 UTC (rev 134348)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade(){
+  post_install
+}
+
+post_remove(){
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to