mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-15 02:02:08 -04:00
Update DMS versioning for Distro packages
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
dms-git (0.6.2+git2169.f7f1bbbdppa10) questing; urgency=medium
|
||||
dms-git (0.6.2+git2264.c5c5ce84) questing; urgency=medium
|
||||
|
||||
* Git snapshot (commit 2169: f7f1bbbd)
|
||||
* Add VERSION file creation to all distro packages
|
||||
* Fix Fedora COPR to pass VERSION/COMMIT to make dist
|
||||
* Fix obs-upload.sh auto-increment to preserve git hash and add ppa suffix
|
||||
* Git snapshot (commit 2264: c5c5ce84)
|
||||
|
||||
-- Avenge Media <AvengeMedia.US@gmail.com> Wed, 26 Nov 2025 21:43:12 -0500
|
||||
-- Avenge Media <AvengeMedia.US@gmail.com> Tue, 03 Dec 2025 01:50:00 +0000
|
||||
|
||||
@@ -62,6 +62,14 @@ override_dh_auto_install:
|
||||
install -Dm644 dms-git-repo/assets/danklogo.svg \
|
||||
debian/dms-git/usr/share/icons/hicolor/scalable/apps/danklogo.svg
|
||||
|
||||
# Create DMS Version file
|
||||
@if [ -f dms-git-repo/.dms-version ]; then \
|
||||
. dms-git-repo/.dms-version; \
|
||||
echo "$$VERSION" > debian/dms-git/usr/share/quickshell/dms/VERSION; \
|
||||
else \
|
||||
echo "dev" > debian/dms-git/usr/share/quickshell/dms/VERSION; \
|
||||
fi
|
||||
|
||||
override_dh_auto_clean:
|
||||
# Don't delete dms-git-repo directory - it's part of the source package (native format)
|
||||
# Clean up build artifacts
|
||||
|
||||
Reference in New Issue
Block a user