summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2021-05-04 11:27:28 +0900
committerhayao2021-05-04 11:27:28 +0900
commit163b6d8a8af1717555704b4fdb14260e255cec72 (patch)
treece58ce7ae9747f4ee4098b0dbdae6edb4398ccc2 /PKGBUILD
parent41e747e3d783bbe400ab8878bfad04fb8f3ab6eb (diff)
downloadaur-alterlinux-wallpapers.tar.gz
[update] : Updated v7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 1 insertions, 22 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46c9b6e4f336..ae0f69276c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="alterlinux-wallpapers"
pkgname="${_pkgname}"
-pkgver="7.1"
+pkgver="7.2"
pkgrel=1
pkgdesc='AlterLinux wallpapers'
arch=('any')
@@ -23,25 +23,4 @@ package() {
find "${srcdir}/${maindirname}/scripts" -type f -print0 | xargs -0 -I{} install -Dm755 --target-directory="${pkgdir}/usr/share/libalpm/scripts/" {}
find "${srcdir}/${maindirname}/hooks" -type f -name "*.hook" -print0 | xargs -0 -I{} install -Dm644 --target-directory="${pkgdir}/usr/share/libalpm/hooks/" {}
-
-
- # OLD CODE
- #install -Dm644 "${srcdir}/alter.png" "${pkgdir}/usr/share/backgrounds/alter.png"
- #for image in "${srcdir}"/alter-*.png; do
- # install -Dm644 "${srcdir}/$(basename ${image})" "${pkgdir}/usr/share/backgrounds/$(basename ${image})"
- #done
-
- #install -Dm644 "${srcdir}/alter-old.png" "${pkgdir}/usr/share/backgrounds/alter-old.png"
- #install -Dm644 "${srcdir}/alter-jiju.png" "${pkgdir}/usr/share/backgrounds/alter-jiju.png"
- #install -Dm644 "${srcdir}/alter-nochr.png" "${pkgdir}/usr/share/backgrounds/alter-nochr.png"
-
- # Install Scripts
- #install -Dm755 "${srcdir}/alterlinux-wallpapers-xfce" "${pkgdir}/usr/share/libalpm/scripts/alterlinux-wallpapers-xfce"
- #install -Dm755 "${srcdir}/alterlinux-wallpapers-lxde" "${pkgdir}/usr/share/libalpm/scripts/alterlinux-wallpapers-lxde"
-
- # Install hooks
- #local hook
- #for hook in "${srcdir}"/*.hook; do
- # install -Dm644 "${srcdir}/$(basename ${hook})" "${pkgdir}/usr/share/libalpm/hooks/$(basename ${hook})"
- #done
}