summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-03-07 11:33:56 +0100
committerManuel Reimer2021-03-07 11:33:56 +0100
commit58cde75d7a7317ae5ce0186e960558db64943dea (patch)
tree552ede380273386eb14df0732615805fcbe2d242
parent84687188dfdc1db7b3cf2fa1c2e1a3a44cee6251 (diff)
downloadaur-58cde75d7a7317ae5ce0186e960558db64943dea.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/01d52129fbea74afed46ce5f7d7f876e858c9f7f)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671cbacf6f65..cbea3335f8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by makepkg 5.2.2
-# Wed Dec 23 12:22:59 UTC 2020
+# Sun Mar 7 10:33:55 UTC 2021
pkgbase = vdr-skindesigner
pkgdesc = Highly customizable native true color skin for the Video Disc Recorder
- pkgver = 1.2.8.5
+ pkgver = 1.2.14
pkgrel = 2
- url = https://projects.vdr-developer.org/projects/plg-skindesigner
+ url = https://gitlab.com/kamel5/skindesigner
install = vdr-skindesigner.install
arch = x86_64
arch = i686
@@ -38,10 +38,10 @@ pkgbase = vdr-skindesigner
replaces = skindesigner-tryouts
options = !emptydirs
backup = etc/vdr/conf.avail/50-skindesigner.conf
- source = http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapshot/vdr-plugin-skindesigner-1.2.8.5.tar.bz2
+ source = vdr-skindesigner-1.2.14.tar.bz2::https://gitlab.com/kamel5/skindesigner/-/archive/1.2.14/skindesigner-1.2.14.tar.bz2
source = 99-skindesigner.conf
source = 50-skindesigner.conf
- sha256sums = 947065141abc73f31c2cb79d49753c78f41c26079f1e602863c9488f7a99f221
+ sha256sums = 151bff9c489edb900769abad299ca50c1778cb9e3b2c71858142a26b6b50c4d7
sha256sums = 25c1359cb6c61c3e7ebd6738fce6c21fa21f62ea4f274a522c30015210c3f4e5
sha256sums = dcd2381d49d79bbfbf9cd2a7bdd5ec24c1fc2c00b4e8e58b68c9afc874f6650e
diff --git a/PKGBUILD b/PKGBUILD
index ef680d165cf3..f5dbcaf768f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname='vdr-skindesigner'
-pkgver=1.2.8.5
+pkgver=1.2.14
_vdrapi=2.4.6
pkgrel=2
pkgdesc="Highly customizable native true color skin for the Video Disc Recorder"
-url="https://projects.vdr-developer.org/projects/plg-skindesigner"
+url="https://gitlab.com/kamel5/skindesigner"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('git' 'librsvg' 'ttf-opensans' 'unzip' "vdr-api=${_vdrapi}" 'wget')
@@ -15,13 +15,13 @@ optdepends=('vdr-scraper2vdr: To display scraped images in various EPG views (re
conflicts=(skindesigner-{blackhole,holo,metrixhd,nopacity,shady,shady_kiss,skinelchi,tryouts})
replaces=(skindesigner-{blackhole,holo,metrixhd,nopacity,shady,shady_kiss,skinelchi,tryouts})
_plugname=${pkgname//vdr-/}
-source=("http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapshot/vdr-plugin-$_plugname-$pkgver.tar.bz2"
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/kamel5/skindesigner/-/archive/$pkgver/skindesigner-$pkgver.tar.bz2"
'99-skindesigner.conf'
"50-$_plugname.conf")
install="$pkgname.install"
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
options=('!emptydirs')
-sha256sums=('947065141abc73f31c2cb79d49753c78f41c26079f1e602863c9488f7a99f221'
+sha256sums=('151bff9c489edb900769abad299ca50c1778cb9e3b2c71858142a26b6b50c4d7'
'25c1359cb6c61c3e7ebd6738fce6c21fa21f62ea4f274a522c30015210c3f4e5'
'dcd2381d49d79bbfbf9cd2a7bdd5ec24c1fc2c00b4e8e58b68c9afc874f6650e')
@@ -31,13 +31,13 @@ sha256sums=('947065141abc73f31c2cb79d49753c78f41c26079f1e602863c9488f7a99f221'
#}
build() {
- cd "${srcdir}/vdr-plugin-$_plugname-$pkgver"
+ cd "${srcdir}/$_plugname-$pkgver"
# export DEFINES="-D__STL_CONFIG_H"
make
}
package() {
- cd "${srcdir}/vdr-plugin-$_plugname-$pkgver"
+ cd "${srcdir}/$_plugname-$pkgver"
make DESTDIR="$pkgdir" PREFIX='/usr' install
mkdir -p "$pkgdir/var/lib/vdr/plugins/skindesigner/"