summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9623e3a451e2..134a27b6041e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 15:52:08 UTC 2017
+# Sun Jan 1 15:56:05 UTC 2017
pkgbase = liri-themes
pkgdesc = Themes for uniform look and feel throughout Liri OS
pkgver = 0.9.0
@@ -13,7 +13,7 @@ pkgbase = liri-themes
license = GPL3
makedepends = extra-cmake-modules
conflicts = liri-themes-git
- source = https://github.com/lirios/liri-themes/releases/download/v0.9.0/liri-themesos-0.9.0.tar.xz
+ source = https://github.com/lirios/themes/releases/download/v0.9.0/lirios-themes-0.9.0.tar.xz
sha256sums = 59ebc01231ebf955fd847db925fca1c557273da126087af2dfe09013321a54b5
pkgname = liri-themes
diff --git a/PKGBUILD b/PKGBUILD
index 119509328ab7..16feb32ac9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
-pkgname=liri-themes
+_modulename=themes
+
+pkgname=liri-${_modulename}
pkgver=0.9.0
pkgrel=1
pkgdesc="Themes for uniform look and feel throughout Liri OS"
@@ -10,7 +12,7 @@ license=('GPL3')
makedepends=('extra-cmake-modules')
conflicts=('liri-themes-git')
groups=('liri')
-source=("https://github.com/lirios/${pkgname}/releases/download/v${pkgver}/${pkgname}os-${pkgver}.tar.xz")
+source=("https://github.com/lirios/${_modulename}/releases/download/v${pkgver}/lirios-themes-${pkgver}.tar.xz")
sha256sums=('59ebc01231ebf955fd847db925fca1c557273da126087af2dfe09013321a54b5')
prepare() {
@@ -19,7 +21,7 @@ prepare() {
build() {
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../lirios-themes-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_LIBDIR=lib \