From 2f742417bbc58408ad0d9312c5febe7a956774ec Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 11 Nov 2017 13:44:15 +0100 Subject: lxterminal: update to 0.3.1 Move back to use the versioned tar ball, as that is now supporting gtk3. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxterminal/lxterminal_0.3.1.bb | 21 +++++++++++++++++++++ recipes-lxde/lxterminal/lxterminal_git.bb | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 recipes-lxde/lxterminal/lxterminal_0.3.1.bb delete mode 100644 recipes-lxde/lxterminal/lxterminal_git.bb diff --git a/recipes-lxde/lxterminal/lxterminal_0.3.1.bb b/recipes-lxde/lxterminal/lxterminal_0.3.1.bb new file mode 100644 index 0000000..8d14ed4 --- /dev/null +++ b/recipes-lxde/lxterminal/lxterminal_0.3.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Lightweight vte-based tabbed terminal emulator for LXDE" +HOMEPAGE = "http://lxde.sf.net" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +DEPENDS = "glib-2.0 glib-2.0-native gtk+3 intltool-native vte xmlto-native" + +SRC_URI = " \ + ${SOURCEFORGE_MIRROR}/lxde/lxterminal-${PV}.tar.xz \ + file://0002-man-Makefile.am-don-t-error-out-on-missing-man-depen.patch \ +" +SRC_URI[md5sum] = "91febe1ec15297844333cb70f237b4b7" +SRC_URI[sha256sum] = "cd8df387c2dd40e03b48caacf700820f9421b421954a0ed56395f505411d2c4b" + +EXTRA_OECONF += "--enable-gtk3 --enable-man" + +FILES_${PN} += "${datadir}/icons/hicolor/128x128/apps/lxterminal.png" + +inherit autotools pkgconfig gettext + diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_git.bb deleted file mode 100644 index 6ad1946..0000000 --- a/recipes-lxde/lxterminal/lxterminal_git.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Lightweight vte-based tabbed terminal emulator for LXDE" -HOMEPAGE = "http://lxde.sf.net" -SECTION = "x11" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -DEPENDS = "glib-2.0 glib-2.0-native gtk+3 intltool-native vte xmlto-native" - -SRC_URI = " \ - git://github.com/lxde/lxterminal.git;protocol=https \ - file://0002-man-Makefile.am-don-t-error-out-on-missing-man-depen.patch \ -" -SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7" -S = "${WORKDIR}/git" - -EXTRA_OECONF += "--enable-gtk3 --enable-man" - -FILES_${PN} += "${datadir}/icons/hicolor/128x128/apps/lxterminal.png" - -inherit autotools pkgconfig gettext - -- cgit v1.2.3