[arch-commits] Commit in cairo-dock/repos (8 files)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Wed Apr 24 21:20:34 UTC 2013
Date: Wednesday, April 24, 2013 @ 23:20:34
Author: alucryd
Revision: 88925
archrelease: copy trunk to community-i686, community-x86_64
Added:
cairo-dock/repos/community-i686/PKGBUILD
(from rev 88924, cairo-dock/trunk/PKGBUILD)
cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 88924, cairo-dock/trunk/gldit-rpath.patch)
cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 88924, cairo-dock/trunk/PKGBUILD)
cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 88924, 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 | 90 +++++++++++++++++++++++++++++++++++
/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, 116 insertions(+), 116 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-04-24 21:20:18 UTC (rev 88924)
+++ community-i686/PKGBUILD 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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=2
-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 88924, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-24 21:20:34 UTC (rev 88925)
@@ -0,0 +1,45 @@
+# $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:
Deleted: community-i686/gldit-rpath.patch
===================================================================
--- community-i686/gldit-rpath.patch 2013-04-24 21:20:18 UTC (rev 88924)
+++ community-i686/gldit-rpath.patch 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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 88924, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-i686/gldit-rpath.patch (rev 0)
+++ community-i686/gldit-rpath.patch 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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-04-24 21:20:18 UTC (rev 88924)
+++ community-x86_64/PKGBUILD 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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=2
-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 88924, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-04-24 21:20:34 UTC (rev 88925)
@@ -0,0 +1,45 @@
+# $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:
Deleted: community-x86_64/gldit-rpath.patch
===================================================================
--- community-x86_64/gldit-rpath.patch 2013-04-24 21:20:18 UTC (rev 88924)
+++ community-x86_64/gldit-rpath.patch 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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 88924, cairo-dock/trunk/gldit-rpath.patch)
===================================================================
--- community-x86_64/gldit-rpath.patch (rev 0)
+++ community-x86_64/gldit-rpath.patch 2013-04-24 21:20:34 UTC (rev 88925)
@@ -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