summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-xfce/recipes-apps
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r--meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb11
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb14
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.10.0.bb19
-rw-r--r--meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb13
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb24
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb14
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb21
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch43
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb19
-rw-r--r--meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch29
-rw-r--r--meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.0.1.bb10
-rw-r--r--meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb12
12 files changed, 229 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb
new file mode 100644
index 000000000..c846e7802
--- /dev/null
+++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.4.2.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5
6DEPENDS = "gtk+ intltool-native xfce4-dev-tools-native"
7
8inherit xfce-app
9
10SRC_URI[md5sum] = "4abc6fde56572adf3ec3a0181092584c"
11SRC_URI[sha256sum] = "553fc78fe4e7bd2f01f3851baea7e63f6414fe652dfb4b08c60b5c4b2b909164"
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
new file mode 100644
index 000000000..494753190
--- /dev/null
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A simple text editor for Xfce"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6# intltool to provide intltool.m4 with AC_PROG_INTLTOOL
7# xfce4-dev-tools-native for XDT_I18N macro and more importantly XDT_CHECK_OPTIONAL_PACKAGE
8# which fixes mousepad/Makefile.am:72: error: HAVE_DBUS does not appear in AM_CONDITIONAL
9DEPENDS = "gtk+ dbus dbus-glib gtksourceview2 intltool-native xfce4-dev-tools-native"
10
11inherit xfce-app
12
13SRC_URI[md5sum] = "dcfcdfaa8a19c89f35d5f6f64753e6e1"
14SRC_URI[sha256sum] = "10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d"
diff --git a/meta-xfce/recipes-apps/orage/orage_4.10.0.bb b/meta-xfce/recipes-apps/orage/orage_4.10.0.bb
new file mode 100644
index 000000000..8164c3c14
--- /dev/null
+++ b/meta-xfce/recipes-apps/orage/orage_4.10.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Xfce Calender"
2SECTION = "x11/application"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
5DEPENDS = "gtk+ xfce4-panel libical popt"
6
7inherit xfce-app
8
9SRC_URI[md5sum] = "b33fa272d92f539a224a7a40b1926dfc"
10SRC_URI[sha256sum] = "6cb854f3437e31bab23abfce97bd10afa1636a9a1480d80e14e26c85d06be7c0"
11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
14
15PACKAGES =+ "xfce4-orageclock-plugin"
16FILES_${PN} += "${datadir}/dbus-1"
17FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"
18FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins"
19
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb
new file mode 100644
index 000000000..8e485f950
--- /dev/null
+++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Tiny image-viewer"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/ristretto"
3SECTION = "x11/application"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=35d145429ad3cbf5308d1dc93f66376b"
6DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo"
7
8inherit xfce-app
9
10RRECOMMENDS_${PN} += "tumbler"
11
12SRC_URI[md5sum] = "6b8c9a5d7ed319e4c84a9fefaa18792c"
13SRC_URI[sha256sum] = "2b6816de298e9a0d9b95662664690713c4123a9ac813a27bdde4727a03472d79"
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
new file mode 100644
index 000000000..9e4b6963c
--- /dev/null
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Lightweight, desktop independent GTK+ archive manager"
2HOMEPAGE = "http://xarchiver.sourceforge.net"
3SECTION = "x11"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native"
9
10SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master"
11SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
12PV = "0.5.3"
13S = "${WORKDIR}/git"
14
15inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
16
17# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
18EXTRA_OECONF += "--libexecdir=${libdir}"
19
20EXTRA_OECONF += "--enable-maintainer-mode"
21
22FILES_${PN} += "${libdir}/thunar-archive-plugin"
23
24RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
new file mode 100644
index 000000000..aa3202fb8
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A volume control application based on GStreamer"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5inherit xfce-panel-plugin
6
7DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique"
8
9SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
10
11SRC_URI[md5sum] = "e47d5b3e873fdee3fa80d309a5f53e9c"
12SRC_URI[sha256sum] = "a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade"
13
14RDEPENDS_${PN} = "gst-meta-audio"
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb
new file mode 100644
index 000000000..eb554ce0a
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Easily themable notification daemon with transparency effects"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib"
6
7
8inherit xfce-app
9
10do_compile_prepend() {
11 mkdir -p xfce4-notifyd
12}
13
14FILES_${PN} += " \
15 ${libdir}/xfce4/notifyd \
16 ${datadir}/themes \
17 ${datadir}/dbus-1 \
18"
19
20SRC_URI[md5sum] = "8687fb7a0f270231ada265e363b6ffcc"
21SRC_URI[sha256sum] = "b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168"
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
new file mode 100644
index 000000000..98ce875b7
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
@@ -0,0 +1,43 @@
1From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001
2From: Samuli Suominen <ssuominen@gentoo.org>
3Date: Sat, 5 May 2012 17:13:45 +0200
4Subject: [PATCH] Fix panel plugin build.
5
6- Don't use a versioned library.
7- Build as a module.
8- Only export needed symbols.
9---
10Upstream-Status: applied
11 Makefile.am | 12 +++++++++---
12 1 files changed, 9 insertions(+), 3 deletions(-)
13
14diff --git a/Makefile.am b/Makefile.am
15index 45100fd..d0c0adb 100644
16--- a/Makefile.am
17+++ b/Makefile.am
18@@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS = \
19 @SOUP_CFLAGS@
20
21 panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
22+ -avoid-version \
23+ -module \
24+ -no-undefined \
25+ -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
26+ $(PLATFORM_LDFLAGS)
27+
28+panel_plugin_libscreenshooterplugin_la_LIBADD = \
29 @EXO_LIBS@ \
30 @LIBXFCE4PANEL_LIBS@ \
31 @GTHREAD_LIBS@ \
32 @SOUP_LIBS@ \
33- @LIBXFCE4UI_LIBS@
34-
35-panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
36+ @LIBXFCE4UI_LIBS@ \
37+ lib/libscreenshooter.la
38
39 panel_plugin_libscreenshooterplugin_la_SOURCES = \
40 panel-plugin/screenshooter-plugin.c
41--
421.7.4.4
43
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
new file mode 100644
index 000000000..0e2e327f0
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Application to take screenshots"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
3SECTION = "x11/application"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
6DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-2.4 exo libxfixes xext virtual/libx11"
7
8inherit xfce-app
9
10SRC_URI += "file://0001-Fix-panel-plugin-build.patch"
11SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
12SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
13
14do_compile_prepend() {
15 mkdir -p lib
16}
17
18FILES_${PN} += "${datadir}/xfce4/panel/plugins \
19 ${libdir}/xfce4/panel/plugins"
diff --git a/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch b/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch
new file mode 100644
index 000000000..eeee8f73b
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-taskmanager/files/0001-do-not-build-documantation-Makefile-has-no-install-t.patch
@@ -0,0 +1,29 @@
1From 9902fb9d4fce474426c35b73617149014799a0c8 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Thu, 19 Sep 2013 16:43:59 +0200
4Subject: [PATCH] do not build documantation - Makefile has no install target
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Inappropriate [config]
10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 Makefile.am | 1 -
14 1 file changed, 1 deletion(-)
15
16diff --git a/Makefile.am b/Makefile.am
17index 6ffa8d9..6aef17a 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -1,6 +1,5 @@
21 SUBDIRS = \
22 po \
23- doc \
24 src
25
26 desktopdir = $(datadir)/applications
27--
281.8.3.1
29
diff --git a/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.0.1.bb b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.0.1.bb
new file mode 100644
index 000000000..e59710823
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.0.1.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Easy to use task manager"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4
5inherit xfce-app
6
7DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
8
9SRC_URI[md5sum] = "b8a707b25e32c1a296eb50d609aa49b8"
10SRC_URI[sha256sum] = "f5aa2796dd9971f8ae400238bfcdd9fa1322dba1466d1e6fd5bf8ee7e88bee86"
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb
new file mode 100644
index 000000000..1049b27a8
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Terminal emulator for the Xfce desktop environment"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4DEPENDS = "glib-2.0 gtk+ vte libxfce4ui"
5
6inherit xfce-app
7
8FILES_${PN} += "${datadir}/xfce4 \
9 ${datadir}/gnome-control-center"
10
11SRC_URI[md5sum] = "6a2816d8b0933cd707ed456ceb731399"
12SRC_URI[sha256sum] = "912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08"