summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcreations2025-01-28 23:33:35 -0500
committercreations2025-01-28 23:33:35 -0500
commit51658ac75163d54b61b98a5f7bdb6a1a91fd046b (patch)
treef11efdc6bd374b24aeb4e6241babf3c00c1a468b
parent16c4b29c17fbbd8be5caeb1f8052f985e297dfcc (diff)
downloadaur-51658ac75163d54b61b98a5f7bdb6a1a91fd046b.tar.gz
yet again
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
-rw-r--r--navithingy-git.install7
3 files changed, 3 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index c78f1483d108..37952497cd9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
src
pkg
NaviThingy
-navithingy-0*
-navithingy-debug* \ No newline at end of file
+navithingy-git-0*
+navithingy-git-debug* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 9d765652eb5b..a4ba5cb47d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,11 +20,9 @@ conflicts=('navithingy')
pkgver() {
cd "$srcdir/NaviThingy"
- local tag
+ local tag rev commit
tag=$(git describe --tags --abbrev=0 | sed 's/^NaviThingy//' | tr -d 'v')
- local rev
rev=$(git rev-list --count HEAD)
- local commit
commit=$(git rev-parse --short HEAD)
echo "${tag}.r${rev}.${commit}"
diff --git a/navithingy-git.install b/navithingy-git.install
deleted file mode 100644
index 49579c9e037e..000000000000
--- a/navithingy-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues."
-}
-
-pre_remove() {
- echo "Removing NaviThingy..."
-}