-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #2247
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project pkg { | ||
rpm { | ||
spec = "mate-dock-applet.spec" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
%define debug_package %nil | ||
|
||
Name: mate-dock-applet | ||
Version: 21.10.0 | ||
Release: 1%?dist | ||
Summary: Application dock for the MATE panel | ||
License: GPL-3.0-or-later | ||
URL: https://github.com/ubuntu-mate/mate-dock-applet | ||
Source0: %url/archive/refs/tags/%version.tar.gz | ||
BuildRequires: automake make | ||
BuildRequires: python3 python3-xlib python3-pillow glib2-devel python3-cairo bamf-daemon bamf python3-distro gettext-devel | ||
Requires: bamf libnotify mate-panel python3-cairo python3-dbus python3-gobject python3-pillow python3-xdg python3-xlib | ||
Packager: madonuko <[email protected]> | ||
|
||
%description | ||
%summary. | ||
|
||
%prep | ||
%autosetup | ||
autoreconf -fi | ||
|
||
%build | ||
%configure --with-gtk3 | ||
%make_build | ||
|
||
%install | ||
%make_install | ||
|
||
%files | ||
%doc README.md | ||
%license COPYING | ||
%_libdir/mate-applets/%name/ | ||
%_datadir/dbus-1/services/org.mate.panel.applet.DockAppletFactory.service | ||
%_datadir/glib-2.0/schemas/org.mate.panel.applet.dock.gschema.xml | ||
%_datadir/locale/*/LC_MESSAGES/%name.mo | ||
%_datadir/mate-panel/applets/org.mate.panel.DockApplet.mate-panel-applet |
Empty file.