Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (9410afafc3e17e2a78223703ed7b98f2c5fc68b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Bor Kraljič <pyrobor AT ver.si>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>, Bor Kraljič <scm AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (9410afafc3e17e2a78223703ed7b98f2c5fc68b7)
  • Date: Sun, 13 Feb 2011 02:02:45 +0100


> commit d736ae1365085f5c4a6222077d4e89163638791e
> Author: Bor Kraljič <pyrobor AT ver.si>
> Commit: Bor Kraljič <pyrobor AT ver.si>
>
> polkit-qt-1: added polkit-qt to CONFLICTS (deprecated)
>
> commit a0d9641dfb3d0063820f20d5556ddef00a5b7c9c
> Author: Bor Kraljič <pyrobor AT ver.si>
> Commit: Bor Kraljič <pyrobor AT ver.si>
>
> polkit-kde: added policykit-kde to CONFLICTS (deprecated)
>
> commit 027953b3565273fcec0774bcac42b024dc67549b
> Author: Bor Kraljič <pyrobor AT ver.si>
> Commit: Bor Kraljič <pyrobor AT ver.si>
>
> kde4-support/policykit-kde: spell deprecated [replaced by polkit-kde]
>
> commit e4ce0db3506edc808cb56af3c12f80783a4293e3
> Author: Bor Kraljič <pyrobor AT ver.si>
> Commit: Bor Kraljič <pyrobor AT ver.si>
>
> kde4-support/polkit-qt: spell deprecated [replaced by polkit-qt-1]
>
> diff --git a/ChangeLog b/ChangeLog
> index 98f56d9..74d937f 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2011-02-12 Bor Kraljič <pyrobor AT ver.si>
> + * kde4-support/polkit-qt: spell deprecated [replaced by polkit-qt-1]
> + * kde4-support/policykit-kde: spell deprecated [replaced by
> polkit-kde]
> +
> 2011-02-11 Bor Kraljič <pyrobor AT ver.si>
> * kde4-apps/konqueror4-plugins: removed, source no longer available
> * kde4-support/polkit-kde: new spell, Daemon providing a polkit
> authentication UI for KDE
> diff --git a/kde4-support/policykit-kde/BUILD
> b/kde4-support/policykit-kde/BUILD
> new file mode 100755
> index 0000000..27ba77d
> --- /dev/null
> +++ b/kde4-support/policykit-kde/BUILD
> @@ -0,0 +1 @@
> +true
> diff --git a/kde4-support/policykit-kde/DEPENDS
> b/kde4-support/policykit-kde/DEPENDS
> index d8f6d79..a74b7f5 100755
> --- a/kde4-support/policykit-kde/DEPENDS
> +++ b/kde4-support/policykit-kde/DEPENDS
> @@ -1,10 +1 @@
> -depends -sub "DBUS" qt4 &&
> -depends g++ &&
> -depends cmake &&
> -depends automoc &&
> -depends policykit &&
> -depends polkit-qt &&
> -depends pkgconfig &&
> -depends gettext &&
> -depends kdelibs4 &&
> -depends phonon
> +depends polkit-kde
> diff --git a/kde4-support/policykit-kde/DETAILS
> b/kde4-support/policykit-kde/DETAILS
> index 924205c..c0e8689 100755
> --- a/kde4-support/policykit-kde/DETAILS
> +++ b/kde4-support/policykit-kde/DETAILS
> @@ -1,15 +1,7 @@
> - SPELL=policykit-kde
> - SPELLX=PolicyKit-kde
> - VERSION=0.9.2
> -
> SOURCE_HASH=sha512:a8bb63ec1dea09fe7b06024e2980e14fa2ec11470915d348289c9168c7c7941d436be6870fac0d11469b35e532352a8482a9d062e1e622f28945349ccab68ac6
> - SOURCE=$SPELLX-$VERSION.tar.bz2
> - SOURCE_URL[0]=$KDE_URL/stable/apps/KDE4.x/admin/$SOURCE
> -SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
> - WEB_SITE=
> - LICENSE[0]=GPL
> - ENTERED=20090413
> - KEYWORDS="utils"
> - SHORT="KDE4 interface to policykit"
> -cat << EOF
> -KDE4 interface to policykit
> -EOF
> + SPELL=policykit-kde
> + VERSION=0
> + PATCHLEVEL=9999
> + SHORT="deprecated"
> + cat << EOF
> + deprecated spell [replaced by polkit-kde]
> + EOF
> diff --git a/kde4-support/policykit-kde/DOWNLOAD
> b/kde4-support/policykit-kde/DOWNLOAD
> new file mode 100755
> index 0000000..27ba77d
> --- /dev/null
> +++ b/kde4-support/policykit-kde/DOWNLOAD
> @@ -0,0 +1 @@
> +true
> diff --git a/kde4-support/policykit-kde/HISTORY
> b/kde4-support/policykit-kde/HISTORY
> index cb73ad5..ffa6c5b 100644
> --- a/kde4-support/policykit-kde/HISTORY
> +++ b/kde4-support/policykit-kde/HISTORY
> @@ -1,3 +1,8 @@
> +2011-02-12 Bor Kraljič <pyrobor AT ver.si>
> + * spell deprecated [replaced by polkit-kde]
> + * PATCHLEVEL=9999
> + * DETAILS: version 0
> +
> 2011-02-11 Bor Kraljič <pyrobor AT ver.si>
> * DEPENDS, DETAILS: removed svn version
> * PREPARE: removed, no longer needed
> diff --git a/kde4-support/policykit-kde/INSTALL
> b/kde4-support/policykit-kde/INSTALL
> new file mode 100755
> index 0000000..27ba77d
> --- /dev/null
> +++ b/kde4-support/policykit-kde/INSTALL
> @@ -0,0 +1 @@
> +true
> diff --git a/kde4-support/policykit-kde/PRE_BUILD
> b/kde4-support/policykit-kde/PRE_BUILD
> index 8f24ef0..27ba77d 100755
> --- a/kde4-support/policykit-kde/PRE_BUILD
> +++ b/kde4-support/policykit-kde/PRE_BUILD
> @@ -1,5 +1 @@
> -default_pre_build &&
> -cd $SOURCE_DIRECTORY &&
> -# fix compilation - bad comment
> -sed -i 's|^// #|#|' manager/policykitkde.cpp
> -#patch -p0 < $SPELL_DIRECTORY/xxx.diff
> +true
> diff --git a/kde4-support/policykit-kde/TRIGGERS
> b/kde4-support/policykit-kde/TRIGGERS
> new file mode 100755
> index 0000000..2b70f8b
> --- /dev/null
> +++ b/kde4-support/policykit-kde/TRIGGERS
> @@ -0,0 +1 @@
> +on_cast policykit-kde dispel_self
> diff --git a/kde4-support/polkit-qt/TRIGGERS
> b/kde4-support/polkit-qt/TRIGGERS
> new file mode 100755
> index 0000000..924f659
> --- /dev/null
> +++ b/kde4-support/polkit-qt/TRIGGERS
> @@ -0,0 +1 @@
> +on_cast polkit-qt dispel_self


Next time, we prefer deprecation using UP_TRIGGERS
http://www.sourcemage.org/Spell_Deprecation

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page