summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEwout van Mansom2023-08-05 11:09:48 +0200
committerEwout van Mansom2023-08-05 11:09:48 +0200
commit0ee9188a15c538ddbcb33e949764e2360c7ce986 (patch)
tree60994bb5ed11683c23982e57cba5aee47ff95271 /PKGBUILD
parentf2790f4e2b51c7ec45d98f166943cc78904723c9 (diff)
downloadaur-thunderbird-gnome-theme-git.tar.gz
include userContent and userChrome css
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b3a429da164..06e1e5961a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=thunderbird-gnome-theme
pkgname=thunderbird-gnome-theme-git
-pkgver=r34.6108cc5
+pkgver=r53.fcae3fb
pkgrel=1
pkgdesc='A GNOME theme for Thunderbird'
arch=('any')
@@ -36,9 +36,11 @@ package() {
cd "${_pkgname}"
# Install user.js script and theme
- install -dm644 "${pkgdir}/usr/lib/${_pkgname}/"{configuration,theme}
+ install -dm755 "${pkgdir}/usr/lib/${_pkgname}/"{configuration,theme}
cp -dr --preserve=mode,timestamp configuration "${pkgdir}/usr/lib/${_pkgname}"
cp -dr --preserve=mode,timestamp theme "${pkgdir}/usr/lib/${_pkgname}"
+ install -Dm644 -t "${pkgdir}/usr/lib/${_pkgname}" userChrome.css
+ install -Dm644 -t "${pkgdir}/usr/lib/${_pkgname}" userContent.css
# Install docs & license
install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" README.md