summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-08-21 02:15:54 -0300
committerPablo Lezaeta Reyes2017-08-21 02:15:54 -0300
commitcadf8c4b5686414f0dae6f0d21871d3c4753f855 (patch)
tree63dbd32b607f062c14f8e9dd572fb6a1b9596d17
parent93a875c51b5086f1c2f67117e8510ecab4a431fa (diff)
downloadaur-cadf8c4b5686414f0dae6f0d21871d3c4753f855.tar.gz
place the fcitx theme where it belong
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ed606e12ea6..fdc6f812b1d2 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 = 1
+ pkgrel = 2
url = https://launchpad.net/ubuntukylin-theme
arch = any
license = custom:GPL3
@@ -12,6 +12,7 @@ pkgbase = ubuntu-kylin-theme
optdepends = grub: Contain a theme for this bootloader manager
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
diff --git a/PKGBUILD b/PKGBUILD
index 67c74022a47c..ced5d4035fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ubuntu-kylin-theme
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="The official theme for Ubuntu Kylin"
arch=('any')
url="https://launchpad.net/ubuntukylin-theme"
@@ -12,7 +12,8 @@ depends=('gnome-icon-theme' 'hicolor-icon-theme' 'ttf-droid') # 'ubuntu-mono')
optdepends=('plymouth: Contrain a theme for this login splash screen'
'grub: Contain a theme for this bootloader manager'
'lightdm-unity-greeter: Contain a theme for this lightdm greeter'
- 'chinese-calendar: Official calendary for Ubuntu Kylin')
+ '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')
@@ -21,9 +22,11 @@ package() {
mkdir -p "${pkgdir}/usr/share/"
cp -rv --no-preserve=ownership kylin-greeter "${pkgdir}/usr/share/"
- cp -rv --no-preserve=ownership usr/share/fcitx-qimpanel "${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/"