summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarinyourself2022-02-21 15:26:58 +0300
committerWarinyourself2022-02-21 15:26:58 +0300
commit28a8c08d56a9f265bca747c4652db7059099f5bc (patch)
tree1a67f2027f0c67b1cc0b34d08d4162af5fec312a
parentea74d291d14557bdb98fc4a5e8e6f6f6acdaec91 (diff)
downloadaur-28a8c08d56a9f265bca747c4652db7059099f5bc.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
-rw-r--r--lightdm-webkit-theme-osmos.install2
3 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d2915bb4b7..e2f8d3a1f741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-webkit-theme-osmos
- pkgdesc = A sleek, customizable Archlinux theme for lightdm.
- pkgver = 1.0.7
+ pkgdesc = A beautiful, customizable webkit theme for lightdm.
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/Warinyourself/lightdm-webkit-theme-osmos
install = lightdm-webkit-theme-osmos.install
@@ -8,8 +8,8 @@ pkgbase = lightdm-webkit-theme-osmos
license = GPL3
depends = lightdm
depends = lightdm-webkit2-greeter>=2.2.3
- source = https://github.com/Warinyourself/lightdm-webkit-theme-osmos/archive/1.0.7.tar.gz
- md5sums = e106fbbadd9caff09e34440a158e6fb9
+ source = https://github.com/Warinyourself/lightdm-webkit-theme-osmos/archive/2.0.0.tar.gz
+ md5sums = d1f5c238b9d85145e32214afdef80433
pkgname = lightdm-webkit-theme-osmos
diff --git a/PKGBUILD b/PKGBUILD
index a8afc1519147..fef1a79e912c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,18 @@
# Maintainer: Warinyourself <warinyourself | gmail>
pkgname=lightdm-webkit-theme-osmos
-pkgver=1.0.7
+pkgver=2.0.0
pkgrel=1
-pkgdesc="A sleek, customizable Archlinux theme for lightdm."
+pkgdesc="A beautiful, customizable webkit theme for lightdm."
arch=('any')
-url="https://github.com/Warinyourself/lightdm-webkit-theme-osmos"
+url="https://github.com/Warinyourself/$pkgname"
license=('GPL3')
depends=('lightdm' 'lightdm-webkit2-greeter>=2.2.3')
install='lightdm-webkit-theme-osmos.install'
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('fba0b8679d5313c0b5d35d4931a8583c')
+md5sums=('d1f5c238b9d85145e32214afdef80433')
package() {
- cd "$pkgdir"
- mkdir -p usr/share/lightdm-webkit/themes/
- rm -Rf usr/share/lightdm-webkit/themes/lightdm-webkit-theme-osmos
- cd usr/share/lightdm-webkit/themes/
- cp -r --recursive "$srcdir" "$pkgname"
+ install -dm 755 "$pkgdir"/usr/share/lightdm-webkit/themes/osmos
+ cp -r --no-preserve=ownership * "$pkgdir"/usr/share/lightdm-webkit/themes/osmos/
}
diff --git a/lightdm-webkit-theme-osmos.install b/lightdm-webkit-theme-osmos.install
index d864ac09f7a0..38e24ffae0a9 100644
--- a/lightdm-webkit-theme-osmos.install
+++ b/lightdm-webkit-theme-osmos.install
@@ -2,5 +2,5 @@ post_install() {
echo "Setting Osmos as your default login theme."
sed -i 's/^\(#\?greeter\)-session\s*=\s*\(.*\)/greeter-session = lightdm-webkit2-greeter/g' /etc/lightdm/lightdm.conf
- sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = lightdm-webkit-theme-osmos/g' /etc/lightdm/lightdm-webkit2-greeter.conf
+ sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = osmos/g' /etc/lightdm/lightdm-webkit2-greeter.conf
}