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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun Oct 13 10:48:27 UTC 2013


    Date: Sunday, October 13, 2013 @ 12:48:27
  Author: alucryd
Revision: 98550

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
    (from rev 98549, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
    (from rev 98549, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
    (from rev 98549, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
    (from rev 98549, 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                          |   76 +++++++++++++++++++++++++++++++++++
 /gldit-rpath.patch                 |   26 +++++++++++
 community-i686/PKGBUILD            |   45 --------------------
 community-i686/gldit-rpath.patch   |   13 -----
 community-x86_64/PKGBUILD          |   45 --------------------
 community-x86_64/gldit-rpath.patch |   13 -----
 6 files changed, 102 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-13 10:48:12 UTC (rev 98549)
+++ community-i686/PKGBUILD	2013-10-13 10:48:27 UTC (rev 98550)
@@ -1,45 +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.2.1
-pkgrel=3
-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/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" 'gldit-rpath.patch')
-sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
-            '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gldit-rpath.patch
-}
-
-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/repos/community-i686/PKGBUILD (from rev 98549, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-13 10:48:27 UTC (rev 98550)
@@ -0,0 +1,38 @@
+# $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:

Deleted: community-i686/gldit-rpath.patch
===================================================================
--- community-i686/gldit-rpath.patch	2013-10-13 10:48:12 UTC (rev 98549)
+++ community-i686/gldit-rpath.patch	2013-10-13 10:48:27 UTC (rev 98550)
@@ -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 98549, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-i686/gldit-rpath.patch	                        (rev 0)
+++ community-i686/gldit-rpath.patch	2013-10-13 10:48:27 UTC (rev 98550)
@@ -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-13 10:48:12 UTC (rev 98549)
+++ community-x86_64/PKGBUILD	2013-10-13 10:48:27 UTC (rev 98550)
@@ -1,45 +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.2.1
-pkgrel=3
-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/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" 'gldit-rpath.patch')
-sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
-            '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gldit-rpath.patch
-}
-
-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/repos/community-x86_64/PKGBUILD (from rev 98549, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-13 10:48:27 UTC (rev 98550)
@@ -0,0 +1,38 @@
+# $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:

Deleted: community-x86_64/gldit-rpath.patch
===================================================================
--- community-x86_64/gldit-rpath.patch	2013-10-13 10:48:12 UTC (rev 98549)
+++ community-x86_64/gldit-rpath.patch	2013-10-13 10:48:27 UTC (rev 98550)
@@ -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 98549, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-x86_64/gldit-rpath.patch	                        (rev 0)
+++ community-x86_64/gldit-rpath.patch	2013-10-13 10:48:27 UTC (rev 98550)
@@ -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