File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ tarball_url="https://download.gnome.org/sources/gtk%2B/3.24/gtk%2B-${version}.ta
7
7
tarball_blake2b=" 6d0c6b2d5b3751ed511d6af403083be34df8422df8f3201c97af6eca293aa92582e4e13d48a97d032e443118195626b9f4b6a5d8f963897cbc51a7c689095479"
8
8
imagedeps=" meson ninja-build libglib2.0-dev libgdk-pixbuf-2.0 python3-packaging"
9
9
hostdeps=" gcc pkg-config"
10
- deps=" core-libs at-spi2-core cairo glib gdk-pixbuf libx11 libxext libxcb libxinerama libxrender libxrandr libxfixes libxdamage pango fribidi libepoxy libxkbcommon fontconfig freetype2 libxi harfbuzz libxcursor gsettings-desktop-schemas dbus"
10
+ deps=" core-libs at-spi2-core cairo glib gdk-pixbuf libx11 libxext libxcb libxinerama libxrender libxrandr libxfixes libxdamage pango fribidi libepoxy libxkbcommon fontconfig freetype2 libxi harfbuzz libxcursor gsettings-desktop-schemas dbus hicolor-icon-theme "
11
11
12
12
configure () {
13
13
meson_configure \
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ name=hicolor-icon-theme
4
+ version=0.18
5
+ revision=1
6
+ tarball_url=" https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-${version} .tar.xz"
7
+ tarball_blake2b=" afa724777d1bfcb40fc94477a473a6c12958888ef442bd3f672abb98eaac5c4f91e025c8c131690c5557d369182e7f687fed745d604509bdffdac269bf0bcdde"
8
+ imagedeps=" meson ninja-build"
9
+ hostdeps=" gcc pkg-config"
10
+
11
+ configure () {
12
+ meson_configure
13
+ }
14
+
15
+ build () {
16
+ ninja -j${parallelism}
17
+ }
18
+
19
+ package () {
20
+ DESTDIR=" ${dest_dir} " ninja install
21
+
22
+ post_package_strip
23
+ }
You can’t perform that action at this time.
0 commit comments