Skip to content

Commit

Permalink
add: mate-dock-applet
Browse files Browse the repository at this point in the history
Closes: #2247
  • Loading branch information
madonuko committed Oct 21, 2024
1 parent c95e4ab commit 2ae2b20
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions anda/desktops/mate/dock-applet/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "mate-dock-applet.spec"
}
}
36 changes: 36 additions & 0 deletions anda/desktops/mate/dock-applet/mate-dock-applet.spec
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.

0 comments on commit 2ae2b20

Please sign in to comment.