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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jul 14 13:49:09 UTC 2014


    Date: Monday, July 14, 2014 @ 15:49:09
  Author: alucryd
Revision: 115712

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

Added:
  noise/repos/community-i686/PKGBUILD
    (from rev 115711, noise/trunk/PKGBUILD)
  noise/repos/community-i686/mesa-demos-conflict.patch
    (from rev 115711, noise/trunk/mesa-demos-conflict.patch)
  noise/repos/community-i686/noise.install
    (from rev 115711, noise/trunk/noise.install)
  noise/repos/community-x86_64/PKGBUILD
    (from rev 115711, noise/trunk/PKGBUILD)
  noise/repos/community-x86_64/mesa-demos-conflict.patch
    (from rev 115711, noise/trunk/mesa-demos-conflict.patch)
  noise/repos/community-x86_64/noise.install
    (from rev 115711, 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                                  |   98 +++++++++++++++++++++++++++
 /noise.install                             |   34 +++++++++
 community-i686/PKGBUILD                    |   46 ------------
 community-i686/mesa-demos-conflict.patch   |   24 ++++++
 community-i686/noise.install               |   17 ----
 community-x86_64/PKGBUILD                  |   46 ------------
 community-x86_64/mesa-demos-conflict.patch |   24 ++++++
 community-x86_64/noise.install             |   17 ----
 8 files changed, 180 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-14 13:48:50 UTC (rev 115711)
+++ community-i686/PKGBUILD	2014-07-14 13:49:09 UTC (rev 115712)
@@ -1,46 +0,0 @@
-# $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=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf')
-
-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:

Copied: noise/repos/community-i686/PKGBUILD (from rev 115711, noise/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+
+pkgname=noise
+pkgver=0.3.0
+pkgrel=2
+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"
+        'mesa-demos-conflict.patch')
+sha256sums=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf'
+            'df2c77d7da40126b8957e40924f8d07f8e722cfae27d7f59eb3fa307768a3620')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  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:

Copied: noise/repos/community-i686/mesa-demos-conflict.patch (from rev 115711, noise/trunk/mesa-demos-conflict.patch)
===================================================================
--- community-i686/mesa-demos-conflict.patch	                        (rev 0)
+++ community-i686/mesa-demos-conflict.patch	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,24 @@
+diff -rupN noise-0.3.0.orig/data/noise.desktop noise-0.3.0/data/noise.desktop
+--- noise-0.3.0.orig/data/noise.desktop	2014-07-14 15:32:41.859039779 +0200
++++ noise-0.3.0/data/noise.desktop	2014-07-14 15:33:18.950708937 +0200
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Noise
+ GenericName=Music Player
+ Comment=Listen to music
+-Exec=noise %U
++Exec=noise-player %U
+ Icon=multimedia-audio-player
+ Terminal=false
+ Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+diff -rupN noise-0.3.0.orig/src/CMakeLists.txt noise-0.3.0/src/CMakeLists.txt
+--- noise-0.3.0.orig/src/CMakeLists.txt	2014-07-14 15:32:41.852369815 +0200
++++ noise-0.3.0/src/CMakeLists.txt	2014-07-14 15:38:21.230137167 +0200
+@@ -107,7 +107,7 @@ vala_precompile (CLIENT_VALA_C ${SRC_TAR
+   ${CLIENT_VAPI}
+ )
+ 
+-set (EXEC_NAME ../${SRC_TARGET})
++set (EXEC_NAME ../${SRC_TARGET}-player)
+ 
+ add_definitions (${DEPS_CFLAGS})
+ link_directories (${DEPS_LIBRARY_DIRS})

Deleted: community-i686/noise.install
===================================================================
--- community-i686/noise.install	2014-07-14 13:48:50 UTC (rev 115711)
+++ community-i686/noise.install	2014-07-14 13:49:09 UTC (rev 115712)
@@ -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 115711, noise/trunk/noise.install)
===================================================================
--- community-i686/noise.install	                        (rev 0)
+++ community-i686/noise.install	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,17 @@
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-14 13:48:50 UTC (rev 115711)
+++ community-x86_64/PKGBUILD	2014-07-14 13:49:09 UTC (rev 115712)
@@ -1,46 +0,0 @@
-# $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=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf')
-
-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:

Copied: noise/repos/community-x86_64/PKGBUILD (from rev 115711, noise/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+
+pkgname=noise
+pkgver=0.3.0
+pkgrel=2
+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"
+        'mesa-demos-conflict.patch')
+sha256sums=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf'
+            'df2c77d7da40126b8957e40924f8d07f8e722cfae27d7f59eb3fa307768a3620')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  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:

Copied: noise/repos/community-x86_64/mesa-demos-conflict.patch (from rev 115711, noise/trunk/mesa-demos-conflict.patch)
===================================================================
--- community-x86_64/mesa-demos-conflict.patch	                        (rev 0)
+++ community-x86_64/mesa-demos-conflict.patch	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,24 @@
+diff -rupN noise-0.3.0.orig/data/noise.desktop noise-0.3.0/data/noise.desktop
+--- noise-0.3.0.orig/data/noise.desktop	2014-07-14 15:32:41.859039779 +0200
++++ noise-0.3.0/data/noise.desktop	2014-07-14 15:33:18.950708937 +0200
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Noise
+ GenericName=Music Player
+ Comment=Listen to music
+-Exec=noise %U
++Exec=noise-player %U
+ Icon=multimedia-audio-player
+ Terminal=false
+ Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+diff -rupN noise-0.3.0.orig/src/CMakeLists.txt noise-0.3.0/src/CMakeLists.txt
+--- noise-0.3.0.orig/src/CMakeLists.txt	2014-07-14 15:32:41.852369815 +0200
++++ noise-0.3.0/src/CMakeLists.txt	2014-07-14 15:38:21.230137167 +0200
+@@ -107,7 +107,7 @@ vala_precompile (CLIENT_VALA_C ${SRC_TAR
+   ${CLIENT_VAPI}
+ )
+ 
+-set (EXEC_NAME ../${SRC_TARGET})
++set (EXEC_NAME ../${SRC_TARGET}-player)
+ 
+ add_definitions (${DEPS_CFLAGS})
+ link_directories (${DEPS_LIBRARY_DIRS})

Deleted: community-x86_64/noise.install
===================================================================
--- community-x86_64/noise.install	2014-07-14 13:48:50 UTC (rev 115711)
+++ community-x86_64/noise.install	2014-07-14 13:49:09 UTC (rev 115712)
@@ -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-x86_64/noise.install (from rev 115711, noise/trunk/noise.install)
===================================================================
--- community-x86_64/noise.install	                        (rev 0)
+++ community-x86_64/noise.install	2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,17 @@
+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:




More information about the arch-commits mailing list