forked from pool/package-update-indicator
Accepting request 694719 from X11:xfce
OBS-URL: https://build.opensuse.org/request/show/694719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/package-update-indicator?expand=0&rev=2
This commit is contained in:
commit
b5442cfeb7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b532d9840b93cbcbdc944fb65ed54b8bc52e7a6f9fd8ae83c5fd589bcc6140
|
||||
size 27170
|
3
package-update-indicator-2.tar.gz
Normal file
3
package-update-indicator-2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbca910a0ece5ec016da5531e2a7673623a27d066c5ad6232f6acd366753b1f8
|
||||
size 29084
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 07:01:16 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Fix Obsoletes: pk-update-icon <= 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 16:07:12 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Changed to more appropriate Obsoletes: pk-update-icon <= 2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 07:50:54 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Added Obsoletes: pk-update-icon
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 11:13:32 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
- Update to version 2:
|
||||
* Add keywords to desktop files
|
||||
* Fix typo in notification message
|
||||
* Do not run glib-compile-schemas if schemas are installed into staging directory
|
||||
* Set application indicator title
|
||||
* Add note for vendors on how to override default settings
|
||||
|
||||
- Added BuildRequires: clang
|
||||
- Spec file cleanup:
|
||||
- Changed URL and Source to https://
|
||||
- Use more appropriate macros such as %autosetup and %make_build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 08:53:29 UTC 2018 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package package-update-indicator
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 B1 Systems GmbH, Vohburg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,12 +13,12 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: package-update-indicator
|
||||
Version: 1
|
||||
Version: 2
|
||||
Release: 0
|
||||
Summary: Package update status notification applet
|
||||
License: MIT
|
||||
@ -26,6 +26,7 @@ Group: System/Daemons
|
||||
URL: https://code.guido-berhoerster.org/projects/package-update-indicator
|
||||
Source: https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz
|
||||
Source1: 10_opensuse_update_command.gschema.override
|
||||
BuildRequires: clang
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gettext >= 0.19
|
||||
BuildRequires: libxml2-tools
|
||||
@ -37,6 +38,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.17
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.105
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||
Obsoletes: pk-update-icon <= 3
|
||||
Recommends: gnome-packagekit
|
||||
|
||||
%description
|
||||
@ -45,10 +47,10 @@ The package-update-indicator utility regularly checks for software updates and n
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}"
|
||||
%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=:
|
||||
|
Loading…
Reference in New Issue
Block a user