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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 12 08:16:34 UTC 2015


    Date: Thursday, March 12, 2015 @ 09:16:34
  Author: alucryd
Revision: 129096

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
    (from rev 129095, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/PKGBUILD
    (from rev 129095, cairo-dock/trunk/PKGBUILD)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 --------------------
 community-x86_64/PKGBUILD |   37 --------------------
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-12 08:16:11 UTC (rev 129095)
+++ community-i686/PKGBUILD	2015-03-12 08:16:34 UTC (rev 129096)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: erm67 <erm67 at yahoo.it>
-
-pkgname=cairo-dock
-pkgver=3.4.0
-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")
-sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
-
-build() {
-  cd cairo-dock-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 129095, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-12 08:16:34 UTC (rev 129096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tofe <chris.chapuis at gmail.com>
+# Contributor: erm67 <erm67 at yahoo.it>
+
+pkgname=cairo-dock
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org/'
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz")
+sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
+
+build() {
+  cd cairo-dock-core-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock-core-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-12 08:16:11 UTC (rev 129095)
+++ community-x86_64/PKGBUILD	2015-03-12 08:16:34 UTC (rev 129096)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tofe <chris.chapuis at gmail.com>
-# Contributor: erm67 <erm67 at yahoo.it>
-
-pkgname=cairo-dock
-pkgver=3.4.0
-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")
-sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
-
-build() {
-  cd cairo-dock-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd cairo-dock-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 129095, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-12 08:16:34 UTC (rev 129096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tofe <chris.chapuis at gmail.com>
+# Contributor: erm67 <erm67 at yahoo.it>
+
+pkgname=cairo-dock
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url='http://glx-dock.org/'
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz")
+sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
+
+build() {
+  cd cairo-dock-core-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock-core-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list