Jan Alexander Steffens 6 năm trước cách đây
mục cha
commit
0d7f75c615
1 tập tin đã thay đổi với 12 bổ sung6 xóa
  1. 12 6
      PKGBUILD

+ 12 - 6
PKGBUILD

@@ -1,17 +1,18 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
 # Contributor: Lukas Fleischer <lfleischer@archlinux.org>
 # Contributor: Jan de Groot <jgc@archlinux.org>
 
 pkgname=adwaita-icon-theme
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="GNOME standard icons"
-url="https://git.gnome.org/browse/adwaita-icon-theme"
+url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
 arch=(any)
-license=(LGPL3 CCPL:cc-by-sa)
+license=(LGPL3 CCPL:by-sa)
 depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
-makedepends=(intltool git gtk3 gnome-common)
-_commit=ef52430db1201dce0cbc6563a3de3e9ba1ed60e4  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit")
+makedepends=(git gtk3)
+_commit=a7f55acb9da10caa4ae4c712a67260e059091603  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -30,6 +31,11 @@ build() {
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install