summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042025-09-27 02:29:23 -0400
committerkj_sh6042025-09-27 02:29:23 -0400
commit7a28ece621a5071370ddf90a2ff48fa10e6724cc (patch)
treeb0a2695682f85d32399a3364cff4abef077aa78c
parent68f70cb2a2bc41c0d6032365b78fc713b3280372 (diff)
refactor: rename to beacon theme
-rw-r--r--xfce4-notifyd-theme-adwaita-kj_sh604/.SRCINFO12
-rw-r--r--xfce4-notifyd-theme-adwaita-kj_sh604/.gitignore4
-rw-r--r--xfce4-notifyd-theme-adwaita-kj_sh604/PKGBUILD17
-rw-r--r--xfce4-notifyd-theme-beacon/.SRCINFO13
-rw-r--r--xfce4-notifyd-theme-beacon/.gitignore4
-rw-r--r--xfce4-notifyd-theme-beacon/PKGBUILD21
6 files changed, 38 insertions, 33 deletions
diff --git a/xfce4-notifyd-theme-adwaita-kj_sh604/.SRCINFO b/xfce4-notifyd-theme-adwaita-kj_sh604/.SRCINFO
deleted file mode 100644
index 372fce0..0000000
--- a/xfce4-notifyd-theme-adwaita-kj_sh604/.SRCINFO
+++ /dev/null
@@ -1,12 +0,0 @@
-pkgbase = xfce4-notifyd-theme-adwaita-kj_sh604
- pkgdesc = Adwaita-inspired xfce4-notifyd theme by kj_sh604
- pkgver = 1
- pkgrel = 1
- url = https://github.com/kj-sh604/xfce4-notifyd-adwaita-alt
- arch = any
- license = GPL3
- makedepends = git
- source = xfce4-notifyd-theme-adwaita-kj_sh604::git+https://github.com/kj-sh604/xfce4-notifyd-adwaita-alt.git#commit=4297d6595bca9eefceae773aade716a6ee38af27
- sha384sums = 3f65c83242c72d56b5c2c912957de45b8d56b82a4e3197192050710b999a572260631fea339fd4906f77258704d3de31
-
-pkgname = xfce4-notifyd-theme-adwaita-kj_sh604
diff --git a/xfce4-notifyd-theme-adwaita-kj_sh604/.gitignore b/xfce4-notifyd-theme-adwaita-kj_sh604/.gitignore
deleted file mode 100644
index e3b5e29..0000000
--- a/xfce4-notifyd-theme-adwaita-kj_sh604/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-pkg/
-src/
-xfce4-notifyd-theme-adwaita-kj_sh604/
-*.tar* \ No newline at end of file
diff --git a/xfce4-notifyd-theme-adwaita-kj_sh604/PKGBUILD b/xfce4-notifyd-theme-adwaita-kj_sh604/PKGBUILD
deleted file mode 100644
index 7b49705..0000000
--- a/xfce4-notifyd-theme-adwaita-kj_sh604/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname=xfce4-notifyd-theme-adwaita-kj_sh604
-pkgver=1
-pkgrel=1
-pkgdesc="Adwaita-inspired xfce4-notifyd theme by kj_sh604"
-arch=(any)
-url="https://github.com/kj-sh604/xfce4-notifyd-adwaita-alt"
-license=('GPL3')
-depends=()
-makedepends=('git')
-source=("${pkgname}::git+${url}.git#commit=4297d6595bca9eefceae773aade716a6ee38af27")
-sha384sums=('3f65c83242c72d56b5c2c912957de45b8d56b82a4e3197192050710b999a572260631fea339fd4906f77258704d3de31')
-
-package() {
- install -dm755 "${pkgdir}/usr/share/themes/Adwaita-KJ/"
- cp -r "${srcdir}/${pkgname}/"* "${pkgdir}/usr/share/themes/Adwaita-KJ/"
- rm -rf "${pkgdir}/usr/share/themes/Adwaita-KJ/.git" || true
-}
diff --git a/xfce4-notifyd-theme-beacon/.SRCINFO b/xfce4-notifyd-theme-beacon/.SRCINFO
new file mode 100644
index 0000000..6deb47c
--- /dev/null
+++ b/xfce4-notifyd-theme-beacon/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = xfce4-notifyd-theme-beacon
+ pkgdesc = Beacon theme for xfce4-notifyd by kj_sh604
+ pkgver = 1
+ pkgrel = 1
+ url = https://github.com/kj-sh604/xfce4-notifyd-theme-beacon
+ arch = any
+ license = CC0-1.0
+ makedepends = git
+ depends = xfce4-notifyd
+ source = xfce4-notifyd-theme-beacon::git+https://github.com/kj-sh604/xfce4-notifyd-theme-beacon.git#commit=73a5dab1e1d9f8d89100a67e2d59595e13ec78a8
+ sha384sums = dbec0c9a806eac26b4da1689c7f352dff80da2f298d8b4621b9cbadb95e2c8576700658701c45bc472c017184c7b42ea
+
+pkgname = xfce4-notifyd-theme-beacon
diff --git a/xfce4-notifyd-theme-beacon/.gitignore b/xfce4-notifyd-theme-beacon/.gitignore
new file mode 100644
index 0000000..ba23090
--- /dev/null
+++ b/xfce4-notifyd-theme-beacon/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+xfce4-notifyd-theme-beacon/
+*.tar* \ No newline at end of file
diff --git a/xfce4-notifyd-theme-beacon/PKGBUILD b/xfce4-notifyd-theme-beacon/PKGBUILD
new file mode 100644
index 0000000..eed3323
--- /dev/null
+++ b/xfce4-notifyd-theme-beacon/PKGBUILD
@@ -0,0 +1,21 @@
+pkgname=xfce4-notifyd-theme-beacon
+pkgver=1
+pkgrel=1
+pkgdesc="Beacon theme for xfce4-notifyd by kj_sh604"
+arch=(any)
+url="https://github.com/kj-sh604/xfce4-notifyd-theme-beacon"
+license=('CC0-1.0')
+depends=(xfce4-notifyd)
+makedepends=('git')
+source=("${pkgname}::git+${url}.git#commit=73a5dab1e1d9f8d89100a67e2d59595e13ec78a8")
+sha384sums=('dbec0c9a806eac26b4da1689c7f352dff80da2f298d8b4621b9cbadb95e2c8576700658701c45bc472c017184c7b42ea')
+
+package() {
+ install -dm755 "${pkgdir}/usr/share/themes/Beacon/"
+ cp -r "${srcdir}/${pkgname}/"* "${pkgdir}/usr/share/themes/Beacon/"
+ if [ -d "${pkgdir}/usr/share/themes/Beacon/.git" ]; then
+ rm -rf "${pkgdir}/usr/share/themes/Beacon/.git"
+ fi
+}
+
+# vim: set ts=4 sw=4 et: