diff options
-rw-r--r-- | kde/kdepim/.footprint | 10 | ||||
-rw-r--r-- | kde/kdepim/.md5sum | 2 | ||||
-rwxr-xr-x | kde/kdepim/Pkgfile | 6 |
3 files changed, 4 insertions, 14 deletions
diff --git a/kde/kdepim/.footprint b/kde/kdepim/.footprint index 1e0dbc7c3..7c2652955 100644 --- a/kde/kdepim/.footprint +++ b/kde/kdepim/.footprint @@ -73,8 +73,6 @@ drwxr-xr-x root/root usr/lib/kde4/ -rwxr-xr-x root/root usr/lib/kde4/kcm_korganizer.so -rwxr-xr-x root/root usr/lib/kde4/kcm_ktimetracker.so -rwxr-xr-x root/root usr/lib/kde4/kcm_ldap.so --rwxr-xr-x root/root usr/lib/kde4/kcm_planner.so --rwxr-xr-x root/root usr/lib/kde4/kcm_sdsummary.so -rwxr-xr-x root/root usr/lib/kde4/kcm_todosummary.so -rwxr-xr-x root/root usr/lib/kde4/kio_groupwise.so -rwxr-xr-x root/root usr/lib/kde4/kjotspart.so @@ -95,8 +93,6 @@ drwxr-xr-x root/root usr/lib/kde4/ -rwxr-xr-x root/root usr/lib/kde4/kontact_knotesplugin.so -rwxr-xr-x root/root usr/lib/kde4/kontact_korganizerplugin.so -rwxr-xr-x root/root usr/lib/kde4/kontact_ktimetrackerplugin.so --rwxr-xr-x root/root usr/lib/kde4/kontact_plannerplugin.so --rwxr-xr-x root/root usr/lib/kde4/kontact_specialdatesplugin.so -rwxr-xr-x root/root usr/lib/kde4/kontact_summaryplugin.so -rwxr-xr-x root/root usr/lib/kde4/kontact_todoplugin.so -rwxr-xr-x root/root usr/lib/kde4/korg_datenums.so @@ -459,8 +455,6 @@ drwxr-xr-x root/root usr/share/apps/kontact/ksettingsdialog/ -rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/knotes.setdlg -rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/korganizer.setdlg -rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/ktimetracker.setdlg --rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/planner.setdlg --rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/specialdates.setdlg -rw-r--r-- root/root usr/share/apps/kontact/ksettingsdialog/summary.setdlg drwxr-xr-x root/root usr/share/apps/kontactsummary/ -rw-r--r-- root/root usr/share/apps/kontactsummary/kontactsummary_part.rc @@ -1021,8 +1015,6 @@ drwxr-xr-x root/root usr/share/kde4/services/ -rw-r--r-- root/root usr/share/kde4/services/kcmkmailsummary.desktop -rw-r--r-- root/root usr/share/kde4/services/kcmkontactsummary.desktop -rw-r--r-- root/root usr/share/kde4/services/kcmldap.desktop --rw-r--r-- root/root usr/share/kde4/services/kcmplanner.desktop --rw-r--r-- root/root usr/share/kde4/services/kcmsdsummary.desktop -rw-r--r-- root/root usr/share/kde4/services/kcmtodosummary.desktop -rw-r--r-- root/root usr/share/kde4/services/kjots_config_misc.desktop -rw-r--r-- root/root usr/share/kde4/services/kjotspart.desktop @@ -1063,8 +1055,6 @@ drwxr-xr-x root/root usr/share/kde4/services/kontact/ -rw-r--r-- root/root usr/share/kde4/services/kontact/knotesplugin.desktop -rw-r--r-- root/root usr/share/kde4/services/kontact/korganizerplugin.desktop -rw-r--r-- root/root usr/share/kde4/services/kontact/ktimetracker_plugin.desktop --rw-r--r-- root/root usr/share/kde4/services/kontact/plannerplugin.desktop --rw-r--r-- root/root usr/share/kde4/services/kontact/specialdatesplugin.desktop -rw-r--r-- root/root usr/share/kde4/services/kontact/summaryplugin.desktop -rw-r--r-- root/root usr/share/kde4/services/kontact/todoplugin.desktop -rw-r--r-- root/root usr/share/kde4/services/kontactconfig.desktop diff --git a/kde/kdepim/.md5sum b/kde/kdepim/.md5sum index 1c09f6545..21e53fc48 100644 --- a/kde/kdepim/.md5sum +++ b/kde/kdepim/.md5sum @@ -1 +1 @@ -42ba81f7b09676e613b96fd3cd22601f kdepim-4.4.9.tar.bz2 +c32690ed08a3eeb7010a2a0eefbf6f4c kdepim-4.4.10.tar.bz2 diff --git a/kde/kdepim/Pkgfile b/kde/kdepim/Pkgfile index 5c3f954a7..8e5ab8a4a 100755 --- a/kde/kdepim/Pkgfile +++ b/kde/kdepim/Pkgfile @@ -6,9 +6,9 @@ # Run on: kdepim-runtime name=kdepim -version=4.4.9 -release=2 -source=( ftp://ftp.kde.org/pub/kde/stable/$name/$name-$version.tar.bz2) +version=4.4.10 +release=1 +source=( ftp://ftp.kde.org/pub/kde/stable/$name-$version/src/$name-$version.tar.bz2) build() { cd $name-$version |