Date: Sunday, September 28, 2014 @ 12:45:55
  Author: alucryd
Revision: 119684

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

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

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

Copied: cairo-dock/repos/community-testing-i686/PKGBUILD (from rev 119683, 
cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2014-09-28 10:45:55 UTC (rev 119684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Tofe <[email protected]>
+# Contributor: erm67 <[email protected]>
+
+pkgname=cairo-dock
+pkgver=3.3.2.r1818
+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' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+#source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz";)
+source=("cairo-dock::bzr+lp:cairo-dock-core#revision=${pkgver#*.r}")
+sha256sums=('SKIP')
+
+build() {
+  cd cairo-dock
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-testing-i686/gldit-rpath.patch (from rev 
119683, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-testing-i686/gldit-rpath.patch                            (rev 0)
+++ community-testing-i686/gldit-rpath.patch    2014-09-28 10:45:55 UTC (rev 
119684)
@@ -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-testing-x86_64/PKGBUILD (from rev 119683, 
cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-28 10:45:55 UTC (rev 119684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Tofe <[email protected]>
+# Contributor: erm67 <[email protected]>
+
+pkgname=cairo-dock
+pkgver=3.3.2.r1818
+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' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+#source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz";)
+source=("cairo-dock::bzr+lp:cairo-dock-core#revision=${pkgver#*.r}")
+sha256sums=('SKIP')
+
+build() {
+  cd cairo-dock
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-testing-x86_64/gldit-rpath.patch (from rev 
119683, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-testing-x86_64/gldit-rpath.patch                          (rev 0)
+++ community-testing-x86_64/gldit-rpath.patch  2014-09-28 10:45:55 UTC (rev 
119684)
@@ -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})

Reply via email to