Date: Wednesday, January 4, 2023 @ 21:33:09
Author: felixonmars
Revision: 1375213
archrelease: copy trunk to community-any
Added:
papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 1375212, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
papirus-icon-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 21:32:53 UTC (rev 1375212)
+++ PKGBUILD 2023-01-04 21:33:09 UTC (rev 1375213)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: kitsunyan <[email protected]>
-# Contributor: Grigorii Horos <[email protected]>
-
-pkgname=papirus-icon-theme
-pkgver=20221201
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
-license=("GPL3")
-depends=('gtk-update-icon-cache')
-source=("https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2c4f73f3036a66efccbc6c19d6e571782f0d8549a4bcee55d85413f4960dc1941a15cdc667760d73d5e75211444d4c4b9814bdd6294037719dd5cfe03a2ad445')
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 1375212,
papirus-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-04 21:33:09 UTC (rev 1375213)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: kitsunyan <[email protected]>
+# Contributor: Grigorii Horos <[email protected]>
+
+pkgname=papirus-icon-theme
+pkgver=20230104
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
+license=("GPL3")
+depends=('gtk-update-icon-cache')
+source=("https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('c07adc6258e9c0b37b250efae91825004b5b440304b9a901dbccec90fe683eee6871f5bf3205e79ee1bf44fe13ce5f014cbfc99b1bb6488e82bd6b0b8b730bfa')
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}