]> git.pld-linux.org Git - packages/gDesklets-tasklist.git/commitdiff
- initial
authorkrolik <krolik@pld-linux.org>
Thu, 12 Aug 2004 08:57:29 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gDesklets-tasklist.spec -> 1.1

gDesklets-tasklist.spec [new file with mode: 0644]

diff --git a/gDesklets-tasklist.spec b/gDesklets-tasklist.spec
new file mode 100644 (file)
index 0000000..fe61303
--- /dev/null
@@ -0,0 +1,43 @@
+%define        pname   tasklist
+
+Summary:       This is a simple display that embeds the GNOME tasklist via Bonobo
+Summary(pl):   Prosty desklet osadzaj±cy pasek zadañ GNOME poprzez Bonobo.
+Name:          gDesklets-%{pname}
+Version:       0.10
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://gdesklets.gnomedesktop.org/files/%{pname}-desklet-%{version}.tar.bz2
+# Source0-md5: fc749acb2dfb3754e626d4c1d1eb05d5
+URL:           http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=80
+BuildRequires: python >= 2.3
+BuildRequires: python-pygtk-gtk >= 1.99.14
+Requires:      gDesklets
+Provides:      gDesklets-display
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _displaysdir   %{_datadir}/gdesklets/Displays
+
+%description
+This is a simple display that embeds the GNOME tasklist via Bonobo.
+It floats on top of the other windows.
+
+%description -l pl
+Prosty desklet osadzaj±cy pasek zadañ GNOME poprzez Bonobo.
+
+%prep
+%setup -q -n %{pname}-desklet-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_displaysdir}/%{pname}
+pwd
+cp *.display $RPM_BUILD_ROOT%{_displaysdir}/%{pname}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_displaysdir}/*
This page took 0.075364 seconds and 4 git commands to generate.