[arch-commits] Commit in blur-effect/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Aug 19 05:22:33 UTC 2016


    Date: Friday, August 19, 2016 @ 05:22:32
  Author: felixonmars
Revision: 187005

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

Added:
  blur-effect/repos/community-i686/
  blur-effect/repos/community-i686/PKGBUILD
    (from rev 187004, blur-effect/trunk/PKGBUILD)
  blur-effect/repos/community-x86_64/
  blur-effect/repos/community-x86_64/PKGBUILD
    (from rev 187004, blur-effect/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: blur-effect/repos/community-i686/PKGBUILD (from rev 187004, blur-effect/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-19 05:22:32 UTC (rev 187005)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=blur-effect
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect"
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: blur-effect/repos/community-x86_64/PKGBUILD (from rev 187004, blur-effect/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-19 05:22:32 UTC (rev 187005)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=blur-effect
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/sonald/blur-effect"
+license=('GPL3')
+depends=('gdk-pixbuf2' 'glew' 'glfw')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/sonald/blur-effect.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list