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

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Oct 30 22:32:44 UTC 2013


    Date: Wednesday, October 30, 2013 @ 23:32:44
  Author: alucryd
Revision: 99668

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
    (from rev 99667, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
    (from rev 99667, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
    (from rev 99667, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
    (from rev 99667, cairo-dock/trunk/gldit-rpath.patch)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-i686/gldit-rpath.patch
  cairo-dock/repos/community-x86_64/PKGBUILD
  cairo-dock/repos/community-x86_64/gldit-rpath.patch

------------------------------------+
 /PKGBUILD                          |   74 +++++++++++++++++++++++++++++++++++
 /gldit-rpath.patch                 |   26 ++++++++++++
 community-i686/PKGBUILD            |   38 -----------------
 community-i686/gldit-rpath.patch   |   13 ------
 community-x86_64/PKGBUILD          |   38 -----------------
 community-x86_64/gldit-rpath.patch |   13 ------
 6 files changed, 100 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-30 22:32:09 UTC (rev 99667)
+++ community-i686/PKGBUILD	2013-10-30 22:32:44 UTC (rev 99668)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: erm67 <erm67 at yahoo.it>
-
-pkgname=cairo-dock
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Light eye-candy fully themable animated dock"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/cairo-dock-core"
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-options=('!libtool')
-source=("http://launchpad.net/${pkgname}-core/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4d7c5c58606ac1e22dcbe6d80404e38d747c2c846102df09f25d5b97943f0459')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 99667, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-30 22:32:44 UTC (rev 99668)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Tofe <chris dot chapuis at gmail dot com>
+# Contributor: erm67 <erm67 at yahoo dot it>
+
+pkgname=cairo-dock
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url="https://launchpad.net/${pkgname}-core"
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a2d3854771d7ef5b262593b37aed216ece7eeacfc3e2a08deb4a797f175f6af8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gldit-rpath.patch
===================================================================
--- community-i686/gldit-rpath.patch	2013-10-30 22:32:09 UTC (rev 99667)
+++ community-i686/gldit-rpath.patch	2013-10-30 22:32:44 UTC (rev 99668)
@@ -1,13 +0,0 @@
---- a/src/gldit/CMakeLists.txt	2013-03-23 16:55:12.000000000 +0100
-+++ b/src/gldit/CMakeLists.txt	2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
- 	${GTK_LIBRARY_DIRS}
- 	${XEXTEND_LIBRARY_DIRS}
- 	${XINERAMA_LIBRARY_DIRS}
--	${CMAKE_SOURCE_DIR}/src/gldit
--	${CMAKE_SOURCE_DIR}/src/icon-factory
--	${CMAKE_SOURCE_DIR}/src/implementations)
-+	)
- 
- # Define the library
- add_library ("gldi" SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 99667, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-i686/gldit-rpath.patch	                        (rev 0)
+++ community-i686/gldit-rpath.patch	2013-10-30 22:32:44 UTC (rev 99668)
@@ -0,0 +1,13 @@
+--- a/src/gldit/CMakeLists.txt	2013-03-23 16:55:12.000000000 +0100
++++ b/src/gldit/CMakeLists.txt	2013-03-26 11:57:14.159200918 +0100
+@@ -82,9 +82,7 @@ link_directories(
+ 	${GTK_LIBRARY_DIRS}
+ 	${XEXTEND_LIBRARY_DIRS}
+ 	${XINERAMA_LIBRARY_DIRS}
+-	${CMAKE_SOURCE_DIR}/src/gldit
+-	${CMAKE_SOURCE_DIR}/src/icon-factory
+-	${CMAKE_SOURCE_DIR}/src/implementations)
++	)
+ 
+ # Define the library
+ add_library ("gldi" SHARED ${core_lib_SRCS})

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-30 22:32:09 UTC (rev 99667)
+++ community-x86_64/PKGBUILD	2013-10-30 22:32:44 UTC (rev 99668)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: erm67 <erm67 at yahoo.it>
-
-pkgname=cairo-dock
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Light eye-candy fully themable animated dock"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/cairo-dock-core"
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-options=('!libtool')
-source=("http://launchpad.net/${pkgname}-core/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4d7c5c58606ac1e22dcbe6d80404e38d747c2c846102df09f25d5b97943f0459')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 99667, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-30 22:32:44 UTC (rev 99668)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
+# Contributor: Tofe <chris dot chapuis at gmail dot com>
+# Contributor: erm67 <erm67 at yahoo dot it>
+
+pkgname=cairo-dock
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url="https://launchpad.net/${pkgname}-core"
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a2d3854771d7ef5b262593b37aed216ece7eeacfc3e2a08deb4a797f175f6af8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/gldit-rpath.patch
===================================================================
--- community-x86_64/gldit-rpath.patch	2013-10-30 22:32:09 UTC (rev 99667)
+++ community-x86_64/gldit-rpath.patch	2013-10-30 22:32:44 UTC (rev 99668)
@@ -1,13 +0,0 @@
---- a/src/gldit/CMakeLists.txt	2013-03-23 16:55:12.000000000 +0100
-+++ b/src/gldit/CMakeLists.txt	2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
- 	${GTK_LIBRARY_DIRS}
- 	${XEXTEND_LIBRARY_DIRS}
- 	${XINERAMA_LIBRARY_DIRS}
--	${CMAKE_SOURCE_DIR}/src/gldit
--	${CMAKE_SOURCE_DIR}/src/icon-factory
--	${CMAKE_SOURCE_DIR}/src/implementations)
-+	)
- 
- # Define the library
- add_library ("gldi" SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-x86_64/gldit-rpath.patch (from rev 99667, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-x86_64/gldit-rpath.patch	                        (rev 0)
+++ community-x86_64/gldit-rpath.patch	2013-10-30 22:32:44 UTC (rev 99668)
@@ -0,0 +1,13 @@
+--- a/src/gldit/CMakeLists.txt	2013-03-23 16:55:12.000000000 +0100
++++ b/src/gldit/CMakeLists.txt	2013-03-26 11:57:14.159200918 +0100
+@@ -82,9 +82,7 @@ link_directories(
+ 	${GTK_LIBRARY_DIRS}
+ 	${XEXTEND_LIBRARY_DIRS}
+ 	${XINERAMA_LIBRARY_DIRS}
+-	${CMAKE_SOURCE_DIR}/src/gldit
+-	${CMAKE_SOURCE_DIR}/src/icon-factory
+-	${CMAKE_SOURCE_DIR}/src/implementations)
++	)
+ 
+ # Define the library
+ add_library ("gldi" SHARED ${core_lib_SRCS})




More information about the arch-commits mailing list