Compare commits
No commits in common. "10d4b94f87b350daffe225ca0e7397da04a17c5c" and "00ae1a38444555267c1c01ff26dd46e1bec46894" have entirely different histories.
10d4b94f87
...
00ae1a3844
2 changed files with 6 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -5,9 +5,9 @@ pkgbase = plymouth-theme-arch-logo
|
||||||
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
||||||
install = plymouth-theme-arch-logo.install
|
install = plymouth-theme-arch-logo.install
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-or-later
|
license = GPL
|
||||||
depends = plymouth
|
depends = plymouth
|
||||||
source = plymouth-theme-arch-logo.tar.gz
|
source = plymouth-theme-arch-logo.tar.gz
|
||||||
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
|
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
|
||||||
|
|
||||||
pkgname = plymouth-theme-arch-logo
|
pkgname = plymouth-theme-arch-logo
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -10,13 +10,15 @@ arch=('any')
|
||||||
# Alternative website(s)
|
# Alternative website(s)
|
||||||
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
||||||
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
||||||
license=('GPL-3.0-or-later')
|
license=('GPL')
|
||||||
depends=('plymouth')
|
depends=('plymouth')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=(
|
source=(
|
||||||
'plymouth-theme-arch-logo.tar.gz'
|
'plymouth-theme-arch-logo.tar.gz'
|
||||||
)
|
)
|
||||||
sha512sums=('0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06')
|
sha256sums=(
|
||||||
|
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
||||||
|
)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/arch-logo"
|
cd "${srcdir}/arch-logo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue