[arch-commits] Commit in cairo-dock/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:08:03 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:08:03
Author: felixonmars
Revision: 659132
archrelease: copy trunk to community-staging-x86_64
Added:
cairo-dock/repos/community-staging-x86_64/
cairo-dock/repos/community-staging-x86_64/PKGBUILD
(from rev 659129, cairo-dock/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: cairo-dock/repos/community-staging-x86_64/PKGBUILD (from rev 659129, cairo-dock/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:08:03 UTC (rev 659132)
@@ -0,0 +1,38 @@
+# 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=4
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('x86_64')
+url='https://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