Skip to content

Commit

Permalink
Cleanup build and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Nov 10, 2023
1 parent cc03195 commit e9b1527
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'budgie-desktop-environment',
version: '0.1',
version: '0.1.1',
license: 'GPLv2+',
meson_version: '>= 0.61.0',
default_options: ['prefix=/usr'],
Expand All @@ -13,5 +13,3 @@ confdir = join_paths(prefix, get_option('sysconfdir'))
datadir = join_paths(prefix, get_option('datadir'))

subdir('data')
meson.add_install_script('scripts/mesonPostInstall.sh')

2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update

VERSION="0.1"
VERSION="0.1.1"
NAME="budgie-desktop-environment"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down
16 changes: 0 additions & 16 deletions scripts/mesonPostInstall.sh

This file was deleted.

0 comments on commit e9b1527

Please sign in to comment.