Commit 990432b
4
plików
+9
dodanych
-4
usuniętych
@@ -10,10 +10,14 @@ makedepends:
10
10
- python
11
11
12
12
source:
13
-- 'https://mirrors.edge.kernel.org/pub/software/scm/${pkgname}/${pkgname}{,-manpages,-htmldocs}-${pkgver}.tar.xz'
13
+- 'https://mirrors.edge.kernel.org/pub/software/scm/${pkgname}/${pkgname}-${pkgver}.tar.xz'
14
+- 'https://mirrors.edge.kernel.org/pub/software/scm/${pkgname}/${pkgname}-manpages-${pkgver}.tar.xz'
15
+- 'https://mirrors.edge.kernel.org/pub/software/scm/${pkgname}/${pkgname}-htmldocs-${pkgver}.tar.xz'
14
16
15
17
sha256sums:
16
18
- SKIP
19
+- SKIP
20
+- SKIP
17
21
18
22
footprint_git_bg: |
19
23
drwxr-xr-x root/root usr/share/locale/bg/
@@ -1664,7 +1664,8 @@ footprint: |
1664
1664
-rw-r--r-- root/root usr/share/devhelp/books/glibmm-2.4/glibmm-2.4.devhelp2
1665
1665
1666
1666
build: |
1667
- meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true glibmm-2.66.10 builddir
1667
+ cd glibmm
1668
+ meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir
1668
1669
meson compile -C builddir
1669
1670
1670
1671
package: |
@@ -1,5 +1,5 @@
1
1
pkgname: libsigc++
2
-pkgver: '3.8.1'
2
+pkgver: '2.12.2'
3
3
pkgrel: 1
4
4
pkgdesc: The libsigc++ package implements a typesafe callback system for standard C++.
5
5
url: 'http://libsigc.sourceforge.net/'
@@ -78,7 +78,7 @@ footprint_mm-common_man: |
78
78
build: |
79
79
cd ${pkgname}-${pkgver}
80
80
cp ../libstdc++.tag doctags
81
- meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true mm-common-1.0.8 builddir
81
+ meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir
82
82
meson compile -C builddir
83
83
84
84
package: |