Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lxde-icon-theme
Commits:
431bf196 by Antonio Rojas at 2025-03-23T14:14:24+01:00
upgpkg: 0.5.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = lxde-icon-theme
pkgdesc = LXDE default icon theme based on nuoveXT2
- pkgver = 0.5.1
- pkgrel = 6
+ pkgver = 0.5.2
+ pkgrel = 1
url = https://lxde.org/
arch = any
groups = lxde
groups = lxde-gtk3
license = GPL
depends = gtk-update-icon-cache
- source =
https://downloads.sourceforge.net/lxde/lxde-icon-theme-0.5.1.tar.xz
- sha256sums =
e3d0b7399f28a360a3755171c9a08147d68f853f518be5485f5064675037916c
+ source =
https://github.com/lxde/lxde-icon-theme/archive/0.5.2/lxde-icon-theme-0.5.2.tar.gz
+ sha256sums =
5b71da247ba25ddcd991a3a184ca5ac92f40b7676766e1e59437067a20f7ecf7
pkgname = lxde-icon-theme
=====================================
PKGBUILD
=====================================
@@ -3,16 +3,21 @@
# Contributor: Juergen Hoetzel <[email protected]>
pkgname=lxde-icon-theme
-pkgver=0.5.1
-pkgrel=6
+pkgver=0.5.2
+pkgrel=1
pkgdesc="LXDE default icon theme based on nuoveXT2"
arch=('any')
url="https://lxde.org/"
license=('GPL')
groups=('lxde' 'lxde-gtk3')
depends=('gtk-update-icon-cache')
-source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-sha256sums=('e3d0b7399f28a360a3755171c9a08147d68f853f518be5485f5064675037916c')
+source=(https://github.com/lxde/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b71da247ba25ddcd991a3a184ca5ac92f40b7676766e1e59437067a20f7ecf7')
+
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -vif
+}
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxde-icon-theme/-/commit/431bf1969bb704d873cf2ce95668ffc625f5d3d8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxde-icon-theme/-/commit/431bf1969bb704d873cf2ce95668ffc625f5d3d8
You're receiving this email because of your account on gitlab.archlinux.org.