Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Oct 29, 2024
1 parent d8ddaee commit dac9d3d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/applications/athena-welcome/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=athena-welcome
pkgver=29.adcaf3d
pkgver=31.5318c49
pkgrel=1
pkgdesc='Welcome App for Athena.'
arch=('any')
Expand Down
6 changes: 3 additions & 3 deletions packages/os-specific/athena-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname=athena-config
pkgver=1.0.6
pkgrel=8
pkgver=1.0.7
pkgrel=1
pkgdesc="System configuration for Athena."
arch=('any')
license=("custom")
depends=('athena-theme-tweak' 'terminus-font')
source=("$pkgname.tar.gz")
sha512sums=('3fb97ced0a63dd150b88f4c0609c5d2d0566799baac467adf314d46e2b0abc3437f29c46dfdc51254a50f7194a7c6f8a22857ddf59994c7e3e67fabb642fdcda')
sha512sums=('b22a3214fc9d652cc356485d1658b71a2f5c8d5b3b8a15e19c79c031dec077baf8f3151fdebc0d45c3324824d6370c5ba3fad8e0a58a04e82d7149a2fcfeac09')

package() {
install -dm 755 "${pkgdir}/usr/bin"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = gnome-shell
Target = gnome-shell-performance

[Action]
Description = Backup gnome-shell-theme.gresource before installation
When = PreTransaction
Exec = /bin/sh -c "cp /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource.bak"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = gnome-shell
Target = gnome-shell-performance

[Action]
Description = Restore gnome-shell-theme.gresource after installation
When = PostTransaction
Exec = /bin/sh -c "if [ -f /usr/share/gnome-shell/gnome-shell-theme.gresource.bak ]; then mv /usr/share/gnome-shell/gnome-shell-theme.gresource.bak /usr/share/gnome-shell/gnome-shell-theme.gresource; fi"

0 comments on commit dac9d3d

Please sign in to comment.