SHA256
1
0
forked from pool/kgpg

Accepting request 102019 from KDE:Distro:Factory

forward

OBS-URL: https://build.opensuse.org/request/show/102019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=1
This commit is contained in:
Stephan Kulow 2012-02-03 09:23:19 +00:00 committed by Git OBS Bridge
commit d5d83a4953
7 changed files with 1161 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

7
4_7_BRANCH.diff Normal file
View File

@ -0,0 +1,7 @@
package: kdeutils-4.4.3.tar.bz2
kdemod: kdeutils
--- BRANCH_STATUS
+++ BRANCH_STATUS
@@ -0,0 +1,2 @@
+current HEAD: 1127686
+svn di between //tags/KDE/4.4.3/kdeutils and //branches/KDE/4.4/kdeutils

3
kgpg-4.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd4c4985855bbe4f39a70933a4924233bfc7e8b77be4bdcfeb0652dbc96e772c
size 843966

7
kgpg-autostart.diff Normal file
View File

@ -0,0 +1,7 @@
--- kgpg.desktop 2008/07/21 09:57:19 1.1
+++ kgpg.desktop 2008/07/21 09:57:26
@@ -118,3 +118,4 @@
X-KDE-autostart-condition=kgpgrc:User Interface:AutoStart:false
Categories=Qt;KDE;Utility;X-KDE-Utilities-PIM;
+OnlyShowIn=KDE;

1050
kgpg.changes Normal file

File diff suppressed because it is too large Load Diff

70
kgpg.spec Normal file
View File

@ -0,0 +1,70 @@
#
# spec file for package kgpg
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kgpg
Version: 4.8.0
Release: 0
License: GPL-2.0+
Summary: Encryption Tool
Url: http://www.kde.org
Group: Productivity/Security
Source0: kgpg-%{version}.tar.bz2
Patch0: 4_7_BRANCH.diff
Patch1: kgpg-autostart.diff
BuildRequires: libkdepimlibs4-devel
Requires: gpg2
Requires: kdepim4-runtime
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%kde4_pimlibs_requires
%description
Kgpg is a simple GUI for gpg
%prep
%setup -q -n kgpg-%{version}
%patch0
%patch1
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%make_install
%suse_update_desktop_file kgpg Utility Security
%kde_post_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%_kde4_bindir/kgpg
%_kde4_applicationsdir/*.desktop
%{_datadir}/autostart/*.desktop
%{_datadir}/dbus-1/interfaces/*.xml
%_kde4_htmldir/en/kgpg/
%_kde4_iconsdir/hicolor/*/*/*.png
%_kde4_appsdir/kgpg/
%_kde4_configkcfgdir/*.kcfg
%_kde4_servicesdir/ServiceMenus/*.desktop
%changelog