Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20579 10447126-35f2-4685-b0cf-6dd780d3921fearly
Nagy Karoly Gabriel
18 years ago
3 changed files with 81 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../empower/autogen.patch
|
||||||
|
# Copyright (C) 2007 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./autogen.sh.orig 2007-03-25 21:52:59.000000000 +0300
|
||||||
|
+++ ./autogen.sh 2007-03-25 22:01:26.000000000 +0300
|
||||||
|
@@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
touch README
|
||||||
|
|
||||||
|
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
|
||||||
|
+echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
|
||||||
|
echo "Running autoheader..." ; autoheader || exit 1
|
||||||
|
echo "Running autoconf..." ; autoconf || exit 1
|
||||||
|
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
|
@ -0,0 +1,20 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../empower/empower.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
if pkginstalled ewl ; then |
||||||
|
pkgprefix -t ewl |
||||||
|
var_append EWL_CFLAGS ' ' "`ewl-config --cflags`" |
||||||
|
var_append EWL_LIBS ' ' "`ewl-config --libs`" |
||||||
|
export EWL_CFLAGS EWL_LIBS |
||||||
|
fi |
@ -0,0 +1,34 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../empower/empower.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Enligthenment graphical sudo |
||||||
|
|
||||||
|
[T] Empower is the Enlightenment sudo utility. And like Enlightenment, |
||||||
|
[T] it takes beauty and customization to levels that KDM and GDM can only |
||||||
|
[T] dream about, without the bloat. |
||||||
|
|
||||||
|
[U] http://www.enlightenment.org |
||||||
|
|
||||||
|
[A] Stephen 'LinuxTitan' Houston <linuxtitan@gmail.com> |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[F] NOPARALLEL E17 |
||||||
|
[C] extra/desktop/enlightenment |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Beta |
||||||
|
[V] 2007-03-25 |
||||||
|
[P] X -----5---9 495.400 |
||||||
|
|
||||||
|
[D] X empower-2007-03-25.tar.bz2 cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e e17/proto/empower -D 2007-03-25 |
Loading…
Reference in new issue