Rebuild without libuuid.la
This commit is contained in:
@@ -1,9 +1,29 @@
|
|||||||
name: libxfce4ui
|
name: libxfce4ui
|
||||||
description: Library is used to share commonly used Xfce widgets among the Xfce applications
|
description: Library is used to share commonly used Xfce widgets among the Xfce applications
|
||||||
version: 4.20.2
|
version: 4.20.2
|
||||||
|
revision: 2
|
||||||
url: https://docs.xfce.org/xfce/libxfce4ui/start
|
url: https://docs.xfce.org/xfce/libxfce4ui/start
|
||||||
license: GPL2-only
|
license: GPL2-only
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gtk3","hicolor-icon-theme","libsm","libxfce4util","startup-notification","xfconf"]
|
|
||||||
make_depends: ["glib","gobject-introspection","gtk-doc","intltool","vala","xfce4-dev-tools"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- gtk3
|
||||||
|
- hicolor-icon-theme
|
||||||
|
- libsm
|
||||||
|
- libxfce4util
|
||||||
|
- startup-notification
|
||||||
|
- xfconf
|
||||||
|
make_depends:
|
||||||
|
- glib
|
||||||
|
- gobject-introspection
|
||||||
|
- gtk-doc
|
||||||
|
- intltool
|
||||||
|
- vala
|
||||||
|
- xfce4-dev-tools
|
||||||
|
downloads:
|
||||||
|
- url: https://gitlab.xfce.org/xfce/libxfce4ui/-/archive/libxfce4ui-${BPM_PKG_VERSION}/libxfce4ui-libxfce4ui-${BPM_PKG_VERSION}.tar.gz
|
||||||
|
extract_to: ${BPM_SOURCE}
|
||||||
|
extract_strip_components: 1
|
||||||
|
checksum: 13110bd74994a2bf4379455785c479ee3cf43f6e61a4a7832f45625c8c0eab5d
|
||||||
|
|||||||
@@ -2,15 +2,9 @@
|
|||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
DOWNLOAD="https://gitlab.xfce.org/xfce/libxfce4ui/-/archive/libxfce4ui-${BPM_PKG_VERSION}/libxfce4ui-libxfce4ui-${BPM_PKG_VERSION}.tar.gz"
|
|
||||||
FILENAME="${DOWNLOAD##*/}"
|
|
||||||
|
|
||||||
# The prepare function is executed in the root of the temp directory
|
# The prepare function is executed in the root of the temp directory
|
||||||
# This function is used for downloading files and putting them into the correct location
|
# This function is used for putting downloaded files to the correct location or applying patches
|
||||||
prepare() {
|
prepare() {
|
||||||
wget "$DOWNLOAD"
|
|
||||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
|
||||||
|
|
||||||
cd "$BPM_SOURCE"
|
cd "$BPM_SOURCE"
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
@@ -27,5 +21,6 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
# Install package license
|
||||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libxfce4ui/COPYING
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libxfce4ui/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user