Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f224dce0d | ||
|
|
941f34eb7c | ||
|
|
bb2ce3168b | ||
|
|
35b12f2d08 | ||
|
|
eadcd89013 | ||
|
|
73add2ff3c | ||
|
|
df25228024 | ||
|
|
88578c039b | ||
|
|
d15af037a8 |
3 changed files with 10 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@ xfce4-notes-plugin-1.7.6.tar.bz2
|
|||
/xfce4-notes-plugin-1.9.0.tar.bz2
|
||||
/xfce4-notes-plugin-1.10.0.tar.bz2
|
||||
/xfce4-notes-plugin-1.11.0.tar.bz2
|
||||
/xfce4-notes-plugin-1.11.1.tar.bz2
|
||||
/xfce4-notes-plugin-1.11.2.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-notes-plugin-1.11.0.tar.bz2) = 3644049bb2aa77bbed5b391f47d67dbf6528cb535448287a28a011d78a6fb31971a3556fe37ad380858d2b561ef67fee2bc93c4ed0c19c75c564d832cd4d47f1
|
||||
SHA512 (xfce4-notes-plugin-1.11.2.tar.bz2) = 65d6ec24f67969ddc34a8da696c9df178f7d9469012b1866fd964d3ab3b58388dff6d66f1a477087d9c165fd536b711808177bf62cbee1c843221b289abba524
|
||||
|
|
|
|||
|
|
@ -3,11 +3,12 @@
|
|||
%global xfceversion 4.16
|
||||
|
||||
Name: xfce4-notes-plugin
|
||||
Version: 1.11.0
|
||||
Version: 1.11.2
|
||||
Release: %autorelease
|
||||
Summary: Notes plugin for the Xfce panel
|
||||
|
||||
License: GPLv2+
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
|
|
@ -16,7 +17,9 @@ BuildRequires: gcc-c++
|
|||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfconf-devel >= %{xfceversion}
|
||||
BuildRequires: gettext, intltool, desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gtksourceview4-devel
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
Requires: xfconf >= %{xfceversion}
|
||||
Requires: exo
|
||||
|
|
@ -29,7 +32,7 @@ background color and much more.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue