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

Balló György bgyorgy at archlinux.org
Mon Mar 11 13:42:49 UTC 2019


    Date: Monday, March 11, 2019 @ 13:42:49
  Author: bgyorgy
Revision: 439765

archrelease: copy trunk to community-x86_64

Added:
  livewallpaper/repos/community-x86_64/PKGBUILD
    (from rev 439764, livewallpaper/trunk/PKGBUILD)
Deleted:
  livewallpaper/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 13:42:45 UTC (rev 439764)
+++ PKGBUILD	2019-03-11 13:42:49 UTC (rev 439765)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Salamandar <felix at piedallu.me>
-
-pkgname=livewallpaper
-pkgver=0.5.0.333
-pkgrel=1
-pkgdesc='Animated 3D wallpapers'
-url='https://launchpad.net/livewallpaper'
-license=(GPL3)
-arch=(x86_64)
-makedepends=(bzr cmake intltool ninja vala xcftools)
-depends=(glew gobject-introspection libappindicator-gtk3 libpeas python-cairo python-opengl upower)
-source=("$pkgname::bzr+$url/trunk#revision=${pkgver##*.}")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i '/debian/d' $pkgname/CMakeLists.txt
-  sed -i "s/--quiet/--quiet --cflags-begin $CFLAGS --cflags-end/g" \
-    $pkgname/$pkgname-core/CMakeLists.txt
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_C_FLAGS="$CFLAGS -O2 -fPIC -w" \
-    -DENABLE_OPTIMIZATION=on \
-    -DOpenGL_GL_PREFERENCE=GLVND \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: launchpad.net/livewallpaper/+download
-# vim: ts=2 sw=2 et:

Copied: livewallpaper/repos/community-x86_64/PKGBUILD (from rev 439764, livewallpaper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-11 13:42:49 UTC (rev 439765)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Salamandar <felix at piedallu.me>
+
+pkgname=livewallpaper
+pkgver=0.5.0.333
+pkgrel=2
+pkgdesc='Animated 3D wallpapers'
+url='https://launchpad.net/livewallpaper'
+license=(GPL3)
+arch=(x86_64)
+depends=(glew libpeas python-cairo python-gobject python-opengl python-pillow upower)
+makedepends=(bzr cmake gobject-introspection intltool ninja vala xcftools)
+source=("$pkgname::bzr+$url/trunk#revision=${pkgver##*.}")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i '/debian/d' $pkgname/CMakeLists.txt
+  sed -i "s/--quiet/--quiet --cflags-begin $CFLAGS --cflags-end/g" \
+    $pkgname/$pkgname-core/CMakeLists.txt
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_C_FLAGS="$CFLAGS -O2 -fPIC -w" \
+    -DENABLE_OPTIMIZATION=on \
+    -DOpenGL_GL_PREFERENCE=GLVND \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: launchpad.net/livewallpaper/+download
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list