summaryrefslogtreecommitdiff
path: root/community/cairo-dock
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cairo-dock
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cairo-dock')
-rwxr-xr-xcommunity/cairo-dock/PKGBUILD45
-rwxr-xr-xcommunity/cairo-dock/gldit-rpath.patch13
2 files changed, 0 insertions, 58 deletions
diff --git a/community/cairo-dock/PKGBUILD b/community/cairo-dock/PKGBUILD
deleted file mode 100755
index 8f910fe66..000000000
--- a/community/cairo-dock/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 88925 2013-04-24 21:20:34Z alucryd $
-# Maintainer: Maxime Gauduin <alucryd@gmail.com>
-# Contributor: Tofe <chris.chapuis@gmail.com>
-# Contributor: erm67 <erm67@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:
diff --git a/community/cairo-dock/gldit-rpath.patch b/community/cairo-dock/gldit-rpath.patch
deleted file mode 100755
index 11f73bf55..000000000
--- a/community/cairo-dock/gldit-rpath.patch
+++ /dev/null
@@ -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})