Upgraded net/samba to 4.18.0 Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas} Discarded gtk/gtk-sharp Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup} Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle} Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build Rewrote gtk/gnome-icon-theme pc file in the build file itself Fixed gtk/gtk2's doinst.sh Disabled static libraries compile in gtk/openjpeg Updated buildlist of net Fixed net/privoxy build file
34 lines
521 B
Text
Executable file
34 lines
521 B
Text
Executable file
app=gnome-icon-theme
|
|
version=2.32.2
|
|
build=1sml
|
|
homepage="https://git.pktsurf.in/smlinux"
|
|
desc="Fake theme package only containing pkgconfig file"
|
|
requires="hicolor-icon-theme"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
}
|
|
|
|
build() {
|
|
|
|
mkdir -p $pkg/lib/pkgconfig/
|
|
|
|
cat << EOF >> $pkg/lib/pkgconfig/gnome-icon-theme.pc
|
|
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Gnome Icon Theme
|
|
Description:
|
|
Requires: glib-2.0
|
|
Version: 2.32.2
|
|
Libs:
|
|
Cflags:
|
|
EOF
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
"
|