wok rev 25721

added recipes for xfce4-clipman-plugin and xfce4-clipman-plugin-lang
author Hans-G?nter Theisgen
date Sat Aug 17 16:13:26 2024 +0100 (4 weeks ago)
parents d6ad5843ee50
children 798800e605d4
files xfce4-clipman-plugin-lang/receipt xfce4-clipman-plugin/description.txt xfce4-clipman-plugin/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4-clipman-plugin-lang/receipt	Sat Aug 17 16:13:26 2024 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce4-clipman-plugin-lang"
     1.7 +VERSION="1.2.6"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Clipman plugin for the Xfce4 panel - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"
    1.13 +
    1.14 +WANTED="xfce4-clipman-plugin"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xfce4-clipman-plugin/description.txt	Sat Aug 17 16:13:26 2024 +0100
     2.3 @@ -0,0 +1,6 @@
     2.4 +Clipman is a clipboard manager for Xfce.
     2.5 +It keeps the clipboard contents around while it is usually lost
     2.6 +when an application is closed.
     2.7 +It is able to handle text and images, and has a feature
     2.8 +to execute actions on specific text by matching them
     2.9 +against regular expressions.
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xfce4-clipman-plugin/receipt	Sat Aug 17 16:13:26 2024 +0100
     3.3 @@ -0,0 +1,41 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xfce4-clipman-plugin"
     3.7 +VERSION="1.2.6"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Clipman plugin for the Xfce4 panel."
    3.10 +MAINTAINER="maintainer@slitaz.org"
    3.11 +LICENSE="GPL2"
    3.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"
    3.13 +
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.15 +WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.16 +
    3.17 +SUGGESTED="xfce4-clipman-plugin-lang"
    3.18 +DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui libxfconf
    3.19 +	startup-notification xcb-util xfce4-panel"
    3.20 +BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev
    3.21 +	libxfconf-dev pkg-config startup-notification-dev
    3.22 +	xcb-util-dev xfce4-panel-dev"
    3.23 +
    3.24 +# Rules to configure and make the package.
    3.25 +compile_rules()
    3.26 +{
    3.27 +	./configure			\
    3.28 +		--prefix=/usr		\
    3.29 +		--disable-static	\
    3.30 +		--enable-nls &&
    3.31 +	make &&
    3.32 +	make install DESTDIR=$DESTDIR
    3.33 +}
    3.34 +
    3.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.36 +genpkg_rules()
    3.37 +{
    3.38 +	cook_copy_folders	appdata
    3.39 +	cook_copy_folders	bin
    3.40 +	cook_copy_folders	etc
    3.41 +	cook_copy_folders	hicolor
    3.42 +	cook_copy_folders	panel
    3.43 +	rm -f			$fs/usr/lib/xfce4/panel/plugins/libclipman.la
    3.44 +}