[arch-commits] Commit in cairo-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Jun 3 08:40:22 UTC 2018


    Date: Sunday, June 3, 2018 @ 08:40:22
  Author: alucryd
Revision: 338923

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 08:36:57 UTC (rev 338922)
+++ PKGBUILD	2018-06-03 08:40:22 UTC (rev 338923)
@@ -1,39 +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.1
-pkgrel=2
-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')
-makedepends=('bzr' 'cmake')
-optdepends=('cairo-dock-plug-ins: 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:

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 338922, cairo-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 08:40:22 UTC (rev 338923)
@@ -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=3
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('x86_64')
+url='http://glx-dock.org/'
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3')
+makedepends=('bzr' 'cmake')
+optdepends=('cairo-dock-plug-ins: 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