[arch-commits] Commit in cairo-dock-plugins/repos (8 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Apr 18 09:05:42 UTC 2013


    Date: Thursday, April 18, 2013 @ 11:05:42
  Author: alucryd
Revision: 88459

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

Added:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
    (from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
    (from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
Deleted:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-i686/alsa-mixer-applet.patch
  cairo-dock-plugins/repos/community-i686/applet-host-ias.patch
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/alsa-mixer-applet.patch
  cairo-dock-plugins/repos/community-x86_64/applet-host-ias.patch

------------------------------------------+
 /PKGBUILD                                |  114 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD                  |   57 --------------
 community-i686/alsa-mixer-applet.patch   |   10 --
 community-i686/applet-host-ias.patch     |   17 ----
 community-x86_64/PKGBUILD                |   57 --------------
 community-x86_64/alsa-mixer-applet.patch |   10 --
 community-x86_64/applet-host-ias.patch   |   17 ----
 7 files changed, 114 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-i686/PKGBUILD	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-# Contributor: tri1976 <trile7 at gmail.com>
-# Contributor: snoopy33 <snoopy33 at no-log.org>
-
-pkgname=cairo-dock-plugins
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Plugins for Cairo-Dock"
-url="https://launchpad.net/cairo-dock"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('cairo-dock')
-makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3')
-optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
-            'fftw: Impulse applet'
-            'gnome-menus: GMenu applet'
-            'gtk-sharp-2: Mono API'
-            'gvfs: GVFS integration'
-            'libetpan: Mail applet'
-            'libexif: Slider applet'
-            'libical: Clock applet'
-            'libpulse: Impulse applet'
-            'libxklavier: Keyboard Indicator applet'
-            'libzeitgeist: Recent Events applet'
-            'lm_sensors: System Monitor applet'
-            'ndesk-dbus-glib: Mono API'
-            'python: Python API'
-            'ruby: Ruby API'
-            'upower: Logout, PowerManager applets'
-            'vte3: Terminal applet'
-            'webkitgtk3: Weblets applet')
-options=('!libtool')
-source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e407e1c0d54ae37815726d0f2a66f12ec8263499df99198646bcecccfc688b5c')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-i686/PKGBUILD (from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-18 09:05:42 UTC (rev 88459)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Tofe <chris.chapuis at gmail.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+# Contributor: tri1976 <trile7 at gmail.com>
+# Contributor: snoopy33 <snoopy33 at no-log.org>
+
+pkgname=cairo-dock-plugins
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Plugins for Cairo-Dock"
+url="https://launchpad.net/cairo-dock"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3')
+optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
+            'fftw: Impulse applet'
+            'gnome-menus: GMenu applet'
+            'gtk-sharp-2: Mono API'
+            'gvfs: GVFS integration'
+            'libetpan: Mail applet'
+            'libexif: Slider applet'
+            'libical: Clock applet'
+            'libpulse: Impulse applet'
+            'libxklavier: Keyboard Indicator applet'
+            'libzeitgeist: Recent Events applet'
+            'lm_sensors: System Monitor applet'
+            'ndesk-dbus-glib: Mono API'
+            'python: Python API'
+            'ruby: Ruby API'
+            'upower: Logout, PowerManager applets'
+            'vte3: Terminal applet'
+            'webkitgtk3: Weblets applet')
+options=('!libtool')
+source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/alsa-mixer-applet.patch
===================================================================
--- community-i686/alsa-mixer-applet.patch	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-i686/alsa-mixer-applet.patch	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,10 +0,0 @@
---- a/alsaMixer/src/applet-struct.h	2013-03-23 16:55:27.000000000 +0100
-+++ b/alsaMixer/src/applet-struct.h	2013-03-28 18:56:15.981944400 +0100
-@@ -19,6 +19,7 @@
- 
- #ifndef __CD_APPLET_STRUCT__
- #define  __CD_APPLET_STRUCT__
-+#include <sys/types.h>
- 
- #include <sys/types.h>
- #include <alsa/asoundlib.h>

Deleted: community-i686/applet-host-ias.patch
===================================================================
--- community-i686/applet-host-ias.patch	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-i686/applet-host-ias.patch	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,17 +0,0 @@
-=== modified file 'Status-Notifier/src/applet-host-ias.c'
---- old/Status-Notifier/src/applet-host-ias.c	2012-03-18 02:41:47 +0000
-+++ new/Status-Notifier/src/applet-host-ias.c	2012-05-27 12:50:54 +0000
-@@ -238,10 +238,12 @@
- 		cIconThemePath,
- 		#if (INDICATOR_OLD_NAMES == 0)
- 		cAccessbleDesc && *cAccessbleDesc != '\0' ? cAccessbleDesc :
-+		#if (INDICATOR_APPLICATIONADDED_HAS_HINT == 1)
- 		#if (INDICATOR_APPLICATIONADDED_HAS_TITLE == 1)
- 		cTitle && *cTitle != '\0' ? cTitle :
- 		#endif
- 		#endif
-+		#endif
- 		cLabel
- 		);
- 	
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-x86_64/PKGBUILD	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-# Contributor: tri1976 <trile7 at gmail.com>
-# Contributor: snoopy33 <snoopy33 at no-log.org>
-
-pkgname=cairo-dock-plugins
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Plugins for Cairo-Dock"
-url="https://launchpad.net/cairo-dock"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('cairo-dock')
-makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3')
-optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
-            'fftw: Impulse applet'
-            'gnome-menus: GMenu applet'
-            'gtk-sharp-2: Mono API'
-            'gvfs: GVFS integration'
-            'libetpan: Mail applet'
-            'libexif: Slider applet'
-            'libical: Clock applet'
-            'libpulse: Impulse applet'
-            'libxklavier: Keyboard Indicator applet'
-            'libzeitgeist: Recent Events applet'
-            'lm_sensors: System Monitor applet'
-            'ndesk-dbus-glib: Mono API'
-            'python: Python API'
-            'ruby: Ruby API'
-            'upower: Logout, PowerManager applets'
-            'vte3: Terminal applet'
-            'webkitgtk3: Weblets applet')
-options=('!libtool')
-source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e407e1c0d54ae37815726d0f2a66f12ec8263499df99198646bcecccfc688b5c')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-x86_64/PKGBUILD (from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-18 09:05:42 UTC (rev 88459)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Tofe <chris.chapuis at gmail.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+# Contributor: tri1976 <trile7 at gmail.com>
+# Contributor: snoopy33 <snoopy33 at no-log.org>
+
+pkgname=cairo-dock-plugins
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Plugins for Cairo-Dock"
+url="https://launchpad.net/cairo-dock"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3')
+optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
+            'fftw: Impulse applet'
+            'gnome-menus: GMenu applet'
+            'gtk-sharp-2: Mono API'
+            'gvfs: GVFS integration'
+            'libetpan: Mail applet'
+            'libexif: Slider applet'
+            'libical: Clock applet'
+            'libpulse: Impulse applet'
+            'libxklavier: Keyboard Indicator applet'
+            'libzeitgeist: Recent Events applet'
+            'lm_sensors: System Monitor applet'
+            'ndesk-dbus-glib: Mono API'
+            'python: Python API'
+            'ruby: Ruby API'
+            'upower: Logout, PowerManager applets'
+            'vte3: Terminal applet'
+            'webkitgtk3: Weblets applet')
+options=('!libtool')
+source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/alsa-mixer-applet.patch
===================================================================
--- community-x86_64/alsa-mixer-applet.patch	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-x86_64/alsa-mixer-applet.patch	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,10 +0,0 @@
---- a/alsaMixer/src/applet-struct.h	2013-03-23 16:55:27.000000000 +0100
-+++ b/alsaMixer/src/applet-struct.h	2013-03-28 18:56:15.981944400 +0100
-@@ -19,6 +19,7 @@
- 
- #ifndef __CD_APPLET_STRUCT__
- #define  __CD_APPLET_STRUCT__
-+#include <sys/types.h>
- 
- #include <sys/types.h>
- #include <alsa/asoundlib.h>

Deleted: community-x86_64/applet-host-ias.patch
===================================================================
--- community-x86_64/applet-host-ias.patch	2013-04-18 09:05:23 UTC (rev 88458)
+++ community-x86_64/applet-host-ias.patch	2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,17 +0,0 @@
-=== modified file 'Status-Notifier/src/applet-host-ias.c'
---- old/Status-Notifier/src/applet-host-ias.c	2012-03-18 02:41:47 +0000
-+++ new/Status-Notifier/src/applet-host-ias.c	2012-05-27 12:50:54 +0000
-@@ -238,10 +238,12 @@
- 		cIconThemePath,
- 		#if (INDICATOR_OLD_NAMES == 0)
- 		cAccessbleDesc && *cAccessbleDesc != '\0' ? cAccessbleDesc :
-+		#if (INDICATOR_APPLICATIONADDED_HAS_HINT == 1)
- 		#if (INDICATOR_APPLICATIONADDED_HAS_TITLE == 1)
- 		cTitle && *cTitle != '\0' ? cTitle :
- 		#endif
- 		#endif
-+		#endif
- 		cLabel
- 		);
- 	
-




More information about the arch-commits mailing list