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

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Mar 28 18:43:22 UTC 2013


    Date: Thursday, March 28, 2013 @ 19:43:22
  Author: alucryd
Revision: 87221

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

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

------------------------------------+
 community-i686/PKGBUILD            |   44 +++++++++++++++++++++++++++++++++++
 community-i686/gldit-rpath.patch   |   13 ++++++++++
 community-x86_64/PKGBUILD          |   44 +++++++++++++++++++++++++++++++++++
 community-x86_64/gldit-rpath.patch |   13 ++++++++++
 4 files changed, 114 insertions(+)

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 87220, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-28 18:43:22 UTC (rev 87221)
@@ -0,0 +1,44 @@
+# $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.0
+pkgrel=1
+pkgdesc="Light eye-candy fully themable animated dock"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cairo-dock-core"
+license=('GPL')
+groups=('cairo-dock')
+depends=('curl' 'dbus-glib' 'gtk3' 'gtkglext' 'librsvg')
+makedepends=('cmake' 'curl' 'dbus-glib' 'gtk3' 'gtkglext' 'inputproto' 'librsvg')
+options=('!libtool')
+source=("http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" 'gldit-rpath.patch')
+sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+            '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../gldit-rpath.patch
+  sed -i 's|themes3.2|themes|' CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_cairo-dock() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 87220, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-i686/gldit-rpath.patch	                        (rev 0)
+++ community-i686/gldit-rpath.patch	2013-03-28 18:43:22 UTC (rev 87221)
@@ -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})

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 87220, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-28 18:43:22 UTC (rev 87221)
@@ -0,0 +1,44 @@
+# $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.0
+pkgrel=1
+pkgdesc="Light eye-candy fully themable animated dock"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cairo-dock-core"
+license=('GPL')
+groups=('cairo-dock')
+depends=('curl' 'dbus-glib' 'gtk3' 'gtkglext' 'librsvg')
+makedepends=('cmake' 'curl' 'dbus-glib' 'gtk3' 'gtkglext' 'inputproto' 'librsvg')
+options=('!libtool')
+source=("http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" 'gldit-rpath.patch')
+sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+            '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../gldit-rpath.patch
+  sed -i 's|themes3.2|themes|' CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_cairo-dock() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-x86_64/gldit-rpath.patch (from rev 87220, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-x86_64/gldit-rpath.patch	                        (rev 0)
+++ community-x86_64/gldit-rpath.patch	2013-03-28 18:43:22 UTC (rev 87221)
@@ -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