Skip to content

Commit

Permalink
added support for gnome wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Jan 24, 2024
1 parent 1c929c8 commit c723976
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions configs/tcet-linux-wallpaper/gnome/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Maintainer: Akash6222
# Project: TCET Linux

pkgname=tcet-linux-gnome-wallpaper
pkgver=24.01
pkgrel=1
pkgdesc="Wallpaper for TCET Linux Gnome Edition"
arch=('x86_64')
url="https://github.com/tcet-opensource/tcet-linux-wallpaper"
license=('GPL3')

conflicts=()
provides=("${pkgname}")
options=(!strip !emptydirs)
source=("$pkgname".tar.gz::"${url}"/releases/download/latest/"${pkgname}".tar.gz)
sha256sums=('6c9da24840921193ca6f1274252045c8d951442a2e1bcbae366f6fcd2f3a8cdc')

destname="/usr/share/backgrounds/gnome/"

package() {
install -dm755 ${pkgdir}${destname}/
cp -r ${srcdir}/${pkgname}/tcet-linux/* ${pkgdir}/${destname}/
}
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions configs/tcet-linux-wallpaper/xfce/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rvf pkg/
rm -rvf src/
rm -rvf tcet-linux-wallpaper*

0 comments on commit c723976

Please sign in to comment.