summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-10-18 11:39:43 +0200
committersirlucjan2017-10-18 11:39:43 +0200
commit270b8ec593d01d0a4c335467ada290ac62f7b0eb (patch)
tree403600cf9c4a8ea209e8d30e522267beb85772e6
parent83081f42142a0218d2580ab86762e8917e1b98c0 (diff)
downloadaur-270b8ec593d01d0a4c335467ada290ac62f7b0eb.tar.gz
Bump to the newest snapshot && qt5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d0d9176edb..685db7283a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed May 31 13:51:55 UTC 2017
pkgbase = psi-plus-resources-git
- pkgdesc = Additional iconsets, themes and sounds for Psi+
- pkgver = v17.05.29
+ pkgdesc = Additional iconsets, themes and sounds for Psi+ (Qt5 build)
+ pkgver = 17.06.02.0.gb261bbc
pkgrel = 1
url = http://psi-plus.com
arch = any
license = GPL2
depends = psi-plus-git
+ provides = psi-plus-resources-git
+ conflicts = psi-plus-resources-git
options = !strip
options = !zipman
source = psi-plus-resources::git://github.com/psi-plus/resources.git
diff --git a/PKGBUILD b/PKGBUILD
index 9f3287712e59..8cf137f03f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer: Alexey D. <lq07829icatm@rambler.ru>
+# Maintainer: Piotr Gorski <lucjan.lucjanov@gmail.com>
+# Contributor: Alexey D. <lq07829icatm@rambler.ru>
pkgname=psi-plus-resources-git
-pkgver=v17.05.29
+pkgver=17.06.02.0.gb261bbc
pkgrel=1
-pkgdesc="Additional iconsets, themes and sounds for Psi+"
+pkgdesc="Additional iconsets, themes and sounds for Psi+ (Qt5 build)"
arch=('any')
url="http://psi-plus.com"
license=('GPL2')
depends=('psi-plus-git')
+provides=("psi-plus-resources-git")
+conflicts=("psi-plus-resources-git")
options=('!strip' '!zipman')
source=('psi-plus-resources::git://github.com/psi-plus/resources.git')
md5sums=('SKIP')
@@ -15,12 +18,14 @@ md5sums=('SKIP')
pkgver() {
cd psi-plus-resources
- git describe --tags | cut -d - -f 1-2 --output-delimiter=.
+ git describe --long --tags | sed 's/^v//;s/-/./g'
}
package() {
cd psi-plus-resources
-
install -v -dm755 "$pkgdir/usr/share/psi-plus/"
cp -rv * "$pkgdir/usr/share/psi-plus/"
+ # Next files are alreay present in psi base package
+ rm -rf "$pkgdir"/usr/share/psi-plus/sound
+ rm -rf "$pkgdir"/usr/share/psi-plus/themes/chatview
}