summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-11-06 00:16:32 -0300
committerPablo Lezaeta Reyes2017-11-06 00:16:32 -0300
commitae4076219edc00034e8c1e536e56a84463e6b76f (patch)
treef1b75648b448ab7bc14381eb0ec702053ec60374
parentcadf8c4b5686414f0dae6f0d21871d3c4753f855 (diff)
downloadaur-ae4076219edc00034e8c1e536e56a84463e6b76f.tar.gz
Upg ver
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc6f812b1d2..28471bd84fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ubuntu-kylin-theme
pkgdesc = The official theme for Ubuntu Kylin
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.7.4
+ pkgrel = 1
url = https://launchpad.net/ubuntukylin-theme
arch = any
license = custom:GPL3
@@ -13,8 +13,8 @@ pkgbase = ubuntu-kylin-theme
optdepends = lightdm-unity-greeter: Contain a theme for this lightdm greeter
optdepends = chinese-calendar: Official calendary for Ubuntu Kylin
optdepends = fcitx: Contain 4 themes for the Qimpanel version
- source = https://launchpad.net/ubuntu/+archive/primary/+files/ubuntukylin-theme_1.7.0.tar.xz
- sha256sums = d1f9087e67b0c39c55b7a63f013472f05d3228eba99db295494d392b4540e876
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/ubuntukylin-theme_1.7.4.tar.xz
+ sha256sums = 04d1a395fa9e1de9b7bc781f126d75206fd5cd710aff03161398885bf4133f2f
pkgname = ubuntu-kylin-theme
diff --git a/PKGBUILD b/PKGBUILD
index ced5d4035fe0..748ef15b4938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pablo Lezaeta Reyes <prflr88 arro'a gmail puntocom>
pkgname=ubuntu-kylin-theme
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
pkgdesc="The official theme for Ubuntu Kylin"
arch=('any')
url="https://launchpad.net/ubuntukylin-theme"
@@ -15,24 +15,21 @@ optdepends=('plymouth: Contrain a theme for this login splash screen'
'chinese-calendar: Official calendary for Ubuntu Kylin'
'fcitx: Contain 4 themes for the Qimpanel version')
source=("https://launchpad.net/ubuntu/+archive/primary/+files/ubuntukylin-theme_$pkgver.tar.xz")
-sha256sums=('d1f9087e67b0c39c55b7a63f013472f05d3228eba99db295494d392b4540e876')
+sha256sums=('04d1a395fa9e1de9b7bc781f126d75206fd5cd710aff03161398885bf4133f2f')
package() {
cd "ubuntukylin-theme-${pkgver}"
mkdir -p "${pkgdir}/usr/share/"
- cp -rv --no-preserve=ownership kylin-greeter "${pkgdir}/usr/share/"
cp -rv --no-preserve=ownership usr/share/plymouth "${pkgdir}/usr/share/"
mkdir -p "${pkgdir}/usr/share/fcitx/"
cp -rv --no-preserve=ownership usr/share/fcitx-qimpanel/* "${pkgdir}/usr/share/fcitx/"
mkdir -p "${pkgdir}/usr/share/icons/"
- cp -rv --no-preserve=ownership ubuntukylin-icon-theme "${pkgdir}/usr/share/icons/"
cp -rv --no-preserve=ownership ukui-icon-theme "${pkgdir}/usr/share/icons/"
mkdir -p "${pkgdir}/usr/share/themes/"
- cp -rv --no-preserve=ownership ubuntukylin-theme "${pkgdir}/usr/share/themes/"
cp -rv --no-preserve=ownership ukui-theme "${pkgdir}/usr/share/themes/"
mkdir -p "${pkgdir}/usr/share/grub/themes/"
@@ -43,8 +40,5 @@ package() {
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
cp -rv --no-preserve=ownership debian/copyright "${pkgdir}/usr/share/licenses/${pkgname}/"
-
- mkdir -p "${pkgdir}/usr/share/unity-greeter/"
- cp -rv --no-preserve=ownership ubuntukylin-unity-greeter/ubuntukylin-logo.png "${pkgdir}/usr/share/unity-greeter/"
}