[arch-commits] Commit in deepin-desktop-base/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 11:46:11 UTC 2022
Date: Friday, September 2, 2022 @ 11:46:11
Author: felixonmars
Revision: 1290897
upgpkg: deepin-desktop-base 2:2022.07.26-2: install /etc/uos-version
Modified:
deepin-desktop-base/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 11:28:07 UTC (rev 1290896)
+++ PKGBUILD 2022-09-02 11:46:11 UTC (rev 1290897)
@@ -4,7 +4,7 @@
pkgname=deepin-desktop-base
pkgver=2022.07.26
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Base component for Deepin'
arch=('any')
@@ -36,6 +36,9 @@
# Make a symlink for deepin-version
ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+ # Install os-version and rename to uos-version
+ install -Dm644 files/os-version "$pkgdir"/etc/uos-version
+
# Remove apt-specific templates
rm -r "$pkgdir"/usr/share/python-apt
}
More information about the arch-commits
mailing list