summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD25
-rw-r--r--livewallpaper.install11
3 files changed, 18 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737a553779ad..9bbede9d056a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 21:25:05 UTC 2016
+# Fri Aug 18 10:06:38 UTC 2017
pkgbase = livewallpaper
pkgdesc = OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator.
pkgver = 0.5.0
pkgrel = 1
url = https://launchpad.net/livewallpaper
- install = livewallpaper.install
arch = x86_64
arch = i686
license = GPL3
@@ -14,16 +13,13 @@ pkgbase = livewallpaper
makedepends = cmake
makedepends = vala
depends = libpeas
- depends = glew
depends = upower
depends = libappindicator-gtk3
depends = gobject-introspection
depends = python
depends = python-cairo
depends = python-opengl
- provides = livewallpaper
- provides = livewallpaper-indicator
- provides = livewallpaper-config
+ depends = glew
source = https://launchpad.net/livewallpaper/0.5/0.5.0/+download/livewallpaper-0.5.0.tar.gz
sha256sums = f4ce97a721015b135eb675915eb306c1fb256e680d480fe13e4fe6ca81c7e04e
diff --git a/PKGBUILD b/PKGBUILD
index f804d39cb088..67ab26096181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,27 @@
# Maintainer: Salamandar <felix@piedallu.me>
pkgname=livewallpaper
-pkgver=0.5.0
-pkgrel=1
pkgdesc="OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator."
-arch=('x86_64' 'i686')
url="https://launchpad.net/livewallpaper"
license=('GPL3')
+
+pkgver=0.5.0
+pkgrel=1
+arch=('x86_64' 'i686')
+
makedepends=('intltool' 'xcftools' 'cmake' 'vala')
-depends=('libpeas' 'glew' 'upower' 'libappindicator-gtk3' 'gobject-introspection'
- 'python' 'python-cairo' 'python-opengl')
+depends=(
+ 'libpeas' 'upower' 'libappindicator-gtk3' 'gobject-introspection'
+ 'python' 'python-cairo' 'python-opengl' 'glew'
+)
+
+source=(
+ 'https://launchpad.net/livewallpaper/0.5/0.5.0/+download/livewallpaper-0.5.0.tar.gz'
+)
-provides=('livewallpaper' 'livewallpaper-indicator' 'livewallpaper-config')
-source=(https://launchpad.net/livewallpaper/0.5/0.5.0/+download/livewallpaper-0.5.0.tar.gz)
-sha256sums=('f4ce97a721015b135eb675915eb306c1fb256e680d480fe13e4fe6ca81c7e04e')
-install=livewallpaper.install
+sha256sums=(
+ 'f4ce97a721015b135eb675915eb306c1fb256e680d480fe13e4fe6ca81c7e04e'
+)
prepare() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/livewallpaper.install b/livewallpaper.install
deleted file mode 100644
index 184f8b886ad9..000000000000
--- a/livewallpaper.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}