Initial commit
This commit is contained in:
commit
5c30b13289
2 changed files with 38 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
pkgbase = adwaita-creamy
|
||||||
|
pkgdesc = Refreshed new Adwaita theme with creamy colors and minor changes.
|
||||||
|
pkgver = 3.24.8
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/murat-cileli/adwaita-creamy
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
provides = adwaita-creamy
|
||||||
|
source = adwaita-creamy-3.24.8::https://github.com/murat-cileli/adwaita-creamy/archive/3.24.8.tar.gz
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = adwaita-creamy
|
||||||
|
|
25
PKGBUILD
Normal file
25
PKGBUILD
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Maintainer: Murat Çileli <murat.cileli@gmail.com>
|
||||||
|
|
||||||
|
pkgname="adwaita-creamy"
|
||||||
|
pkgver="3.24.8"
|
||||||
|
pkgrel="1"
|
||||||
|
pkgdesc="Refreshed new Adwaita theme with creamy colors and minor changes."
|
||||||
|
arch=("x86_64")
|
||||||
|
license=("MIT")
|
||||||
|
url="https://github.com/murat-cileli/adwaita-creamy"
|
||||||
|
makedepends=()
|
||||||
|
provides=("adwaita-creamy")
|
||||||
|
source=("$pkgname-$pkgver::https://github.com/murat-cileli/adwaita-creamy/archive/$pkgver.tar.gz")
|
||||||
|
sha256sums=("SKIP")
|
||||||
|
user_name="$(logname)"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
# Remove old version from user's home themes
|
||||||
|
rm -rf $pkgdir/home/${user_name}/.themes/$pkgname
|
||||||
|
|
||||||
|
# Create directory
|
||||||
|
mkdir -p $pkgdir/usr/share/themes/$pkgname
|
||||||
|
|
||||||
|
# Copy contents
|
||||||
|
cp -r "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/share/themes/$pkgname"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue