[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Thursday, November 5, 2020 @ 14:59:58 Author: yan12125 Revision: 743158 upgpkg: lxqt-themes 0.16.0-1; add myself as co-maintainer; update URLs Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-11-05 14:59:22 UTC (rev 743157) +++ PKGBUILD2020-11-05 14:59:58 UTC (rev 743158) @@ -1,21 +1,22 @@ # Maintainer: Jerome Leclanche +# Co-Maintainer: Chih-Hsuan Yen pkgname=lxqt-themes -pkgver=0.15.0 +pkgver=0.16.0 pkgrel=1 pkgdesc="LXQt themes, graphics and icons." arch=("any") groups=("lxqt") -url="https://lxqt.org"; +url="https://github.com/lxqt/$pkgname"; license=("LGPL2.1") depends=("hicolor-icon-theme") makedepends=("lxqt-build-tools") replaces=("lxqt-common") source=( - "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; - "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; + "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; + "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; ) -sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7' +sha256sums=('ae7bdcc86fcd0d492a24e6deb13a629edb05c4c44ffebe73eb21903bd8fa25eb' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Saturday, April 25, 2020 @ 02:59:36 Author: yan12125 Revision: 619747 upgpkg: lxqt-themes 0.15.0-1; use HTTPS URL Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-04-25 02:56:02 UTC (rev 619746) +++ PKGBUILD2020-04-25 02:59:36 UTC (rev 619747) @@ -1,12 +1,12 @@ # Maintainer: Jerome Leclanche pkgname=lxqt-themes -pkgver=0.14.0 +pkgver=0.15.0 pkgrel=1 pkgdesc="LXQt themes, graphics and icons." arch=("any") groups=("lxqt") -url="http://lxqt.org"; +url="https://lxqt.org"; license=("LGPL2.1") depends=("hicolor-icon-theme") makedepends=("lxqt-build-tools") @@ -15,11 +15,12 @@ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; ) -sha256sums=('2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c' +sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida + "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang ) @@ -27,8 +28,7 @@ mkdir -p build cd build cmake "$srcdir/$pkgname-$pkgver" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib + -DCMAKE_INSTALL_PREFIX=/usr make }
[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Wednesday, January 30, 2019 @ 11:05:56 Author: felixonmars Revision: 428555 upgpkg: lxqt-themes 0.14.0-1 Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-01-30 11:05:33 UTC (rev 428554) +++ PKGBUILD2019-01-30 11:05:56 UTC (rev 428555) @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche pkgname=lxqt-themes -pkgver=0.13.0 +pkgver=0.14.0 pkgrel=1 pkgdesc="LXQt themes, graphics and icons." arch=("any") @@ -15,10 +15,8 @@ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; ) -sha256sums=( - "8ecef8b903b0dfc63bc4e232128d519fd4fdd53842a6f327e3f62dd4e59f738e" - "SKIP" -) +sha256sums=('2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c' +'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida
[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Thursday, May 24, 2018 @ 20:31:04 Author: jleclanche Revision: 329119 upgpkg: lxqt-themes 0.13.0-1 Upstream release 0.13.0 Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-05-24 20:31:00 UTC (rev 329118) +++ PKGBUILD2018-05-24 20:31:04 UTC (rev 329119) @@ -2,8 +2,8 @@ # Maintainer: Jerome Leclanche pkgname=lxqt-themes -pkgver=0.12.0 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc="LXQt themes, graphics and icons." arch=("any") groups=("lxqt") @@ -17,7 +17,7 @@ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; ) sha256sums=( - "bfc94e8bd3cf0b509d46e0a382b2564b44e82ca4da962d1d4cdd771889d49eb9" + "8ecef8b903b0dfc63bc4e232128d519fd4fdd53842a6f327e3f62dd4e59f738e" "SKIP" ) validpgpkeys=(
[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Sunday, October 22, 2017 @ 05:06:19 Author: jleclanche Revision: 263945 upgpkg: lxqt-themes 0.12.0-2 Add replaces=lxqt-common Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-10-22 03:53:00 UTC (rev 263944) +++ PKGBUILD2017-10-22 05:06:19 UTC (rev 263945) @@ -3,7 +3,7 @@ pkgname=lxqt-themes pkgver=0.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="LXQt themes, graphics and icons." arch=("any") groups=("lxqt") @@ -11,6 +11,7 @@ license=("LGPL2.1") depends=("hicolor-icon-theme") makedepends=("lxqt-build-tools") +replaces=("lxqt-common") source=( "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"; "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)
Date: Sunday, October 22, 2017 @ 02:55:48 Author: jleclanche Revision: 263935 upgpkg: lxqt-themes 0.12.0-1 Upstream release 0.12.0 Modified: lxqt-themes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-10-22 02:52:47 UTC (rev 263934) +++ PKGBUILD2017-10-22 02:55:48 UTC (rev 263935) @@ -5,7 +5,7 @@ pkgver=0.12.0 pkgrel=1 pkgdesc="LXQt themes, graphics and icons." -arch=("i686" "x86_64") +arch=("any") groups=("lxqt") url="http://lxqt.org"; license=("LGPL2.1") @@ -16,7 +16,7 @@ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"; ) sha256sums=( - "" + "bfc94e8bd3cf0b509d46e0a382b2564b44e82ca4da962d1d4cdd771889d49eb9" "SKIP" ) validpgpkeys=(