Commit 7eb2deb
0
plików
+0
dodanych
-0
usuniętych
@@ -16,7 +16,7 @@ makedepends:
16
16
- vala
17
17
source:
18
18
- 'https://repo.paganlinux.eu/sources/pagan-scripts-20260822.tar.gz'
19
-- 'https://github.com/CanonicalLtd/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'
19
+- 'https://github.com/ubuntu/${pkgname}/archive/refs/tags/${pkgver}.tar.gz'
20
20
sha256sums:
21
21
- 32e0aec88cc56a8afe0b2671debe47d19357792a6ffaffaf6e3db8a021a57072
22
22
- SKIP
@@ -232,6 +232,8 @@ hooks:
232
232
-u $IDN -g $SN -s /bin/false $SN
233
233
fi
234
234
build: |
235
+ cd ${pkgname}-${pkgver}
236
+ NOCONFIGURE=1 ./autogen.sh
235
237
SN="lightdm"
236
238
IDN="65"
237
239
if ! (getent group $SN > /dev/null); then
@@ -241,7 +243,7 @@ build: |
241
243
useradd -c "Lightdm Daemon" -d /var/lib/$SN \
242
244
-u $IDN -g $SN -s /bin/false $SN
243
245
fi
244
- \
246
+ ./configure --prefix=/usr \
245
247
--localstatedir=/var \
246
248
--sbindir=/usr/bin \
247
249
--sysconfdir=/etc \