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

2014-05-26 Thread Maxime Gauduin
Date: Monday, May 26, 2014 @ 16:37:08
  Author: alucryd
Revision: 111905

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

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

+
 /PKGBUILD  |   92 +++
 /noise.install |   34 ++
 community-i686/PKGBUILD|   40 
 community-i686/noise.install   |   17 ---
 community-x86_64/PKGBUILD  |   40 
 community-x86_64/noise.install |   17 ---
 6 files changed, 126 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-26 14:36:05 UTC (rev 111904)
+++ community-i686/PKGBUILD 2014-05-26 14:37:08 UTC (rev 111905)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-
-pkgname=noise
-pkgver=0.2.4
-pkgrel=4
-pkgdesc='The Pantheon Music Player'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/noise'
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'gstreamer0.10-base' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
-makedepends=('cmake' 'vala')
-optdepends=('elementary-icon-theme: Missing UI icons'
-'gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
-sha256sums=('ffcd5f2cba112af13707a7ba7f0ceace7b812d4b6082671684ff78d76fc1d8a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/PKGBUILD (from rev 111904, 
noise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 14:37:08 UTC (rev 111905)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+
+pkgname=noise
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/noise'
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'gst-plugins-base-libs' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
+makedepends=('cmake' 'vala')
+optdepends=('gst-plugins-base: Base plugin libraries'
+'gst-plugins-good: Good plugin libraries'
+'gst-plugins-bad: Bad plugin libraries'
+'gst-plugins-ugly: Ugly plugin libraries')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
+sha256sums=('56d9dc11e376f0727748e5f60ad3626314ecead6d62139a56ab487fdf7cf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed 
's|${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR_UNPREFIXED}|${PLUGIN_DIR_UNPREFIXED}|' 
-i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+   -DGSETTINGS_COMPILE='OFF'
+  make -j1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/noise.install
===
--- community-i686/noise.install2014-05-26 14:36:05 UTC (rev 111904)
+++ community-i686/noise.install2014-05-26 14:37:08 UTC (rev 111905)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/noise.install (from rev 111904, 
noise/trunk/noise.install)
===
--- community-i686/noise.install 

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

2014-04-22 Thread Maxime Gauduin
Date: Tuesday, April 22, 2014 @ 10:25:27
  Author: alucryd
Revision: 109947

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

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

+
 /PKGBUILD  |   80 +++
 /noise.install |   34 
 community-i686/PKGBUILD|   40 ---
 community-i686/noise.install   |   17 
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/noise.install |   17 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-22 08:25:13 UTC (rev 109946)
+++ community-i686/PKGBUILD 2014-04-22 08:25:27 UTC (rev 109947)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-
-pkgname=noise
-pkgver=0.2.4
-pkgrel=3
-pkgdesc=Simple, fast, and good looking music player
-arch=('i686' 'x86_64')
-url=https://launchpad.net/noise;
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'gstreamer0.10-base' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
-makedepends=('cmake' 'vala')
-optdepends=('elementary-icon-theme: Missing UI icons'
-'gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
-sha256sums=('ffcd5f2cba112af13707a7ba7f0ceace7b812d4b6082671684ff78d76fc1d8a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/PKGBUILD (from rev 109946, 
noise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-22 08:25:27 UTC (rev 109947)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+
+pkgname=noise
+pkgver=0.2.4
+pkgrel=4
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/noise'
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'gstreamer0.10-base' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
+makedepends=('cmake' 'vala')
+optdepends=('elementary-icon-theme: Missing UI icons'
+'gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
+sha256sums=('ffcd5f2cba112af13707a7ba7f0ceace7b812d4b6082671684ff78d76fc1d8a9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/noise.install
===
--- community-i686/noise.install2014-04-22 08:25:13 UTC (rev 109946)
+++ community-i686/noise.install2014-04-22 08:25:27 UTC (rev 109947)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/noise.install (from rev 109946, 
noise/trunk/noise.install)
===
--- community-i686/noise.install(rev 0)
+++ community-i686/noise.install  

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

2014-01-08 Thread Maxime Gauduin
Date: Wednesday, January 8, 2014 @ 18:47:17
  Author: alucryd
Revision: 103644

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

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

+
 /PKGBUILD  |   80 +++
 /noise.install |   34 
 community-i686/PKGBUILD|   40 ---
 community-i686/noise.install   |   17 
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/noise.install |   17 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-08 17:46:59 UTC (rev 103643)
+++ community-i686/PKGBUILD 2014-01-08 17:47:17 UTC (rev 103644)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-
-pkgname=noise
-pkgver=0.2.4
-pkgrel=2
-pkgdesc=Simple, fast, and good looking music player
-arch=('i686' 'x86_64')
-url=https://launchpad.net/noise;
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'gstreamer0.10-base' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
-makedepends=('cmake' 'vala')
-optdepends=('elementary-icon-theme: Missing UI icons'
-'gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
-sha256sums=('ffcd5f2cba112af13707a7ba7f0ceace7b812d4b6082671684ff78d76fc1d8a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/PKGBUILD (from rev 103643, 
noise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-08 17:47:17 UTC (rev 103644)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+
+pkgname=noise
+pkgver=0.2.4
+pkgrel=3
+pkgdesc=Simple, fast, and good looking music player
+arch=('i686' 'x86_64')
+url=https://launchpad.net/noise;
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'gstreamer0.10-base' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
+makedepends=('cmake' 'vala')
+optdepends=('elementary-icon-theme: Missing UI icons'
+'gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
+sha256sums=('ffcd5f2cba112af13707a7ba7f0ceace7b812d4b6082671684ff78d76fc1d8a9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/noise.install
===
--- community-i686/noise.install2014-01-08 17:46:59 UTC (rev 103643)
+++ community-i686/noise.install2014-01-08 17:47:17 UTC (rev 103644)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/noise.install (from rev 103643, 
noise/trunk/noise.install)
===
--- community-i686/noise.install(rev 0)
+++