efl: disable systemd on linux as well
authorkikadf <kikadf.01@gmail.com>
Thu, 3 Dec 2020 16:54:20 +0000 (17:54 +0100)
committerkikadf <kikadf.01@gmail.com>
Thu, 3 Dec 2020 17:02:22 +0000 (18:02 +0100)
efl/Makefile
efl/PLIST
efl/TODO

index 0bd2146aa90a044599de21eec54c7ececd3188b0..e42cc76cf5b4ee9e5d5a4d0768baa92b278cb3d5 100644 (file)
@@ -2,7 +2,7 @@
 
 DISTNAME=      efl-1.25.1
 CATEGORIES=    x11
-PKGREVISION=   1
+PKGREVISION=   2
 MASTER_SITES=  https://download.enlightenment.org/rel/libs/efl/
 EXTRACT_SUFX=  .tar.xz
 
@@ -51,19 +51,10 @@ BUILD_DEPENDS+=             doxygen-[0-9]*:../../devel/doxygen
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-PLIST_VARS+=   linux
-
-.if ${OPSYS} != "Linux"
 MESON_ARGS+=   -Dsystemd=false
-.else
-PLIST.linux=   yes
-.endif
-# eeze need libmount and libudev
-# FIXME: pkgsrc not support libmount and libudev
 MESON_ARGS+=   -Deeze=false
 MESON_ARGS+=   -Dbuild-tests=false
 MESON_ARGS+=   -Dbuild-examples=false
-#MESON_ARGS+=  -Dv4l2=false
 MESON_ARGS+=   -Dphysics=true
 
 .if ${X11_TYPE} != "modular"
index c42a8d40fc5e557644ba3a9e30901ac18d75df93..b0413025249c620222a25086b6419986a1fe86e9 100644 (file)
--- a/efl/PLIST
+++ b/efl/PLIST
@@ -2050,7 +2050,6 @@ lib/cmake/Evas/EvasConfig.cmake
 lib/cmake/Evas/EvasConfigVersion.cmake
 lib/cmake/EvasCxx/EvasCxxConfig.cmake
 lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake
-${PLIST.linux}lib/ecore/system/systemd/v-1.25/module.so
 lib/ecore/system/upower/v-1.25/module.so
 lib/ecore_con/utils/v-1.25/efl_net_proxy_helper
 lib/ecore_evas/engines/extn/v-1.25/module.so
@@ -2339,7 +2338,6 @@ lib/pkgconfig/ethumb.pc
 lib/pkgconfig/ethumb_client.pc
 lib/pkgconfig/evas-cxx.pc
 lib/pkgconfig/evas.pc
-${PLIST.linux}lib/systemd/user/ethumb.service
 share/applications/elementary_config.desktop
 share/applications/elementary_perf.desktop
 share/applications/elementary_test.desktop
index 989a790cf4bef7d31be2f58242dd4e00c987b0fb..629adcefb0f3cdd74d5585e8b28bdc27211944d9 100644 (file)
--- a/efl/TODO
+++ b/efl/TODO
@@ -1,5 +1,8 @@
 #### Status
-Build on NetBSD 9.0_STABLE amd64, pkgsrc-2020Q2
+Build on:
+- NetBSD 9.1_STABLE amd64, pkgsrc-2020Q3
+- Linux 5.9.8-2-MANJARO x86_64, pkgsrc-2020Q3 
+
 
 3rd party binary repository:
 `# echo "https://sourceforge.net/projects/kikadf/files/NetBSD/amd64/All/" >> /usr/pkg/etc/pkgin/repositories.conf`