Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ffdaed2e04a3d573f3636fcd9d9198c5446af63c

commit ffdaed2e04a3d573f3636fcd9d9198c5446af63c
Author: crazy <cr...@frugalware.org>
Date:   Tue Aug 8 18:34:09 2017 +0200

entrance-0.0.99-3-x86_64
* removed .. is way to broken and not maintained

diff --git a/source/enlightenment-extra/entrance/FrugalBuild 
b/source/enlightenment-extra/entrance/FrugalBuild
deleted file mode 100644
index a499bd4..0000000
--- a/source/enlightenment-extra/entrance/FrugalBuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: crazy <cr...@frugalware.org>
-
-pkgname=entrance
-pkgver=0.0.99
-pkgrel=3
-pkgdesc="Enlightenment Display Manager"
-url="https://www.enlightenment.org/";
-source=(ftp://ftp.frugalware.org/pub/other/sources/$pkgname-$pkgver.tar.bz2 \
-       entrance.conf.patch pam.patch systemd.patch)
-up2date="Flasttar ftp://ftp.frugalware.org/pub/other/sources/";
-groups=('enlightenment-extra' 'e-apps')
-archs=('x86_64')
-depends=('efl>=1.19.1' 'libwacom')
-rodepends=('xorg-server') ## fixme there are more rodepends()
-makedepends=('x11-protos')
-sha1sums=('efc14ad55f3c0a44c6c45800af16271c3bda9399' \
-          'ef99062e26bca76321244fcd1068adc375cbb7f1' \
-          '413055802e1b5eff3798b8aea52fd1645e57872f' \
-          '40b6e0bdf78cbcf099e119f61ba48b70fcb2b26a')
-Fconfopts+=" --disable-grub2 \
-       --disable-consolekit \
-       --disable-ekbd \
-       --enable-systemd"
-
-CFLAGS+=" -fvisibility=hidden -fomit-frame-pointer"
-CXXFLAGS+=" -fvisibility=hidden -fomit-frame-pointer"
-
-# optimization OK
diff --git a/source/enlightenment-extra/entrance/entrance.conf.patch 
b/source/enlightenment-extra/entrance/entrance.conf.patch
deleted file mode 100644
index aed6daa..0000000
--- a/source/enlightenment-extra/entrance/entrance.conf.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff -Naur entrance-0.0.99/data/entrance.conf.in 
entrance-0.0.99-p/data/entrance.conf.in
---- entrance-0.0.99/data/entrance.conf.in      2016-03-07 02:43:24.000000000 
+0100
-+++ entrance-0.0.99-p/data/entrance.conf.in    2016-03-08 17:12:12.799628516 
+0100
-@@ -1,15 +1,15 @@
- group "Entrance_Config" struct {
--    value "session_path" string: "/bin:/usr/bin:/usr/local/bin";
-+    value "session_path" string: 
"/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin";
-
-     /* X server path */
-     value "xinit_path" string: "/usr/bin/X";
-     /* X server args */
--    value "xinit_args" string: "-nolisten tcp -br vt7";
-+    value "xinit_args" string: "-nolisten tcp -br vt12";
-
-     /* xauth path binary */
-     value "xauth_path" string: "/usr/bin/xauth";
-     /* xauth file for server */
--    value "xauth_file" string: "/var/run/entrance.auth";
-+    value "xauth_file" string: "/run/entrance.auth";
-
-
-     /* Commands executed  before starting a session */
-@@ -21,11 +21,11 @@
-
-
-     /* Commands executed to shutdown */
--    value "shutdown" string: "/sbin/shutdown -h now";
-+    value "shutdown" string: "/bin/systemctl shutdown";
-     /* Command executed to reboot */
--    value "reboot" string: "/sbin/shutdown -r now";
-+    value "reboot" string: "/bin/systemctl reboot";
-     /* Command executed to suspend */
--    value "suspend" string: "/usr/sbin/pm-suspend";
-+    value "suspend" string: "/bin/systemctl suspend";
-
-
-    /** Start in daemon mode. This can be overriden by the command line
-@@ -48,7 +48,7 @@
-     value "userlogin" string: "myusername";
-
-     /* Lock file */
--    value "lockfile" string: "/var/run/entrance.pid";
-+    value "lockfile" string: "/run/entrance.pid";
-
-     /* Log file */
-     value "logfile" string: "/var/log/entrance.log";
-@@ -71,5 +71,5 @@
-     value "virtual_keyboard" uchar: 0;
-
-     /* the user to log in with */
--    value "start_user" string: "nobody";
-+    value "start_user" string: "";
- }
diff --git a/source/enlightenment-extra/entrance/pam.patch 
b/source/enlightenment-extra/entrance/pam.patch
deleted file mode 100644
index 178d428..0000000
--- a/source/enlightenment-extra/entrance/pam.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur entrance-0.0.99/data/entrance entrance-0.0.99-p/data/entrance
---- entrance-0.0.99/data/entrance      2016-03-07 02:43:24.000000000 +0100
-+++ entrance-0.0.99-p/data/entrance    2016-03-07 03:09:09.809959884 +0100
-@@ -1,12 +1,7 @@
- #%PAM-1.0
--auth    requisite       pam_nologin.so
--auth    required        pam_env.so readenv=1
--auth    required        pam_env.so readenv=1 envfile=/etc/default/locale
--@include common-auth
--auth    optional        pam_gnome_keyring.so
--@include common-account
--session required        pam_limits.so
--@include common-session
--session optional        pam_gnome_keyring.so auto_start
--@include common-password
--
-+auth        include     system-login
-+-auth       optional    pam_gnome_keyring.so
-+account     include     system-login
-+password    include     system-login
-+session     include     system-login
-+-session    optional    pam_gnome_keyring.so auto_start
diff --git a/source/enlightenment-extra/entrance/systemd.patch 
b/source/enlightenment-extra/entrance/systemd.patch
deleted file mode 100644
index f227113..0000000
--- a/source/enlightenment-extra/entrance/systemd.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naur entrance-0.0.99/data/entrance.service.in 
entrance-0.0.99-p/data/entrance.service.in
---- entrance-0.0.99/data/entrance.service.in   2016-03-07 02:43:24.000000000 
+0100
-+++ entrance-0.0.99-p/data/entrance.service.in 2016-03-07 03:28:22.012674146 
+0100
-@@ -1,14 +1,13 @@
- [Unit]
- Description=Enlightenment Display Manager
--Conflicts=getty@tty1.service plymouth-quit.service
--After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
-+After=systemd-user-sessions.service getty@tty1.service
-
- [Service]
-
- Environment="LD_LIBRARY_PATH=@libdir@"
- IgnoreSIGPIPE=no
- ExecStart=@SBINDIR@/entrance --nodaemon
--Restart= always
-+Restart=always
- StandardOutput=syslog
- StandardError=inherit
-
-diff -Naur entrance-0.0.99/Makefile.in entrance-0.0.99-p/Makefile.in
---- entrance-0.0.99/Makefile.in        2016-03-07 03:00:16.000000000 +0100
-+++ entrance-0.0.99-p/Makefile.in      2016-03-07 03:27:50.051813844 +0100
-@@ -544,7 +544,7 @@
- pc_verbose = $(pc_verbose_@AM_V@)
- pc_verbose_ = $(pc_verbose_@AM_DEFAULT_V@)
- pc_verbose_0 = @echo "  SED     " $@;
--@HAVE_SYSTEMD_TRUE@systemddir = /usr/lib/systemd/system/
-+@HAVE_SYSTEMD_TRUE@systemddir = /lib/systemd/system/
- @HAVE_SYSTEMD_TRUE@systemd_DATA = data/entrance.service
- edje_process = \
- $(edje) \
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to