Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-session


Commits:
46f66dfc by Felix Yan at 2023-11-27T16:23:26+02:00
add back os-version hack

- - - - -
1d156f38 by Felix Yan at 2023-11-27T16:23:37+02:00
upgpkg: 1.2.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = deepin-session
        pkgdesc = New deepin session, based on systemd and existing projects
        pkgver = 1.2.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/linuxdeepin/dde-session
        arch = x86_64
        groups = deepin


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=deepin-session
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='New deepin session, based on systemd and existing projects'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-session";
@@ -17,6 +17,11 @@ groups=('deepin')
 
source=("https://github.com/linuxdeepin/dde-session/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('ff87c2303d2f2caa60453d8178aa4acec4bd716fb14095c5397d7931a9d274b671036ea3b5d72c237121d2634acf75c322a5dd3825e13e24d86c6ee68b3cf219')
 
+prepare(){
+  cd dde-session-$pkgver
+  sed -i 's|/etc/os-version|/etc/uos-version|' misc/Xsession.d/00deepin-dde-env
+}
+
 build() {
   cd dde-session-$pkgver
   cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LIBEXECDIR=lib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-session/-/compare/0b72459924f4d1dff96730c96bcef94630469c1e...1d156f385dcfcf8d448672cefaea21f274ef31a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-session/-/compare/0b72459924f4d1dff96730c96bcef94630469c1e...1d156f385dcfcf8d448672cefaea21f274ef31a0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to