]> git.pld-linux.org Git - packages/mousepad.git/blobdiff - mousepad.spec
- updated to 0.2.16
[packages/mousepad.git] / mousepad.spec
index bc2cc23729d646a462d1e7a71c0b439695c571c1..0aab3601ae120708e72497bcc20fd713d363b52f 100644 (file)
@@ -1,15 +1,15 @@
 #
 #
-%define                xfce_version    4.3.99.2
+%define                xfce_version    4.6.0
 #
 Summary:       Text editor for Xfce based on Leafpad
 #
 Summary:       Text editor for Xfce based on Leafpad
-Summary(pl):   Edytor tekstu dla Xfce oparty na Leafpadzie
+Summary(pl.UTF-8):     Edytor tekstu dla Xfce oparty na Leafpadzie
 Name:          mousepad
 Name:          mousepad
-Version:       0.2.10
+Version:       0.2.16
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: c943c9408cbb35be73c45f75d945b34d
+# Source0-md5: d98854edb76d823ac20b266fdf5a64a1
 Patch0:                %{name}-desktop.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 Patch0:                %{name}-desktop.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -18,30 +18,30 @@ BuildRequires:      gtk+2-devel >= 2:2.10.6
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxfcegui4-devel >= %{xfce_version}
 BuildRequires: intltool >= 0.35.0
 BuildRequires: libtool
 BuildRequires: libxfcegui4-devel >= %{xfce_version}
-BuildRequires: pkgconfig  >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= %{xfce_version}
-#Requires:     xfprint >= 4.2
+BuildRequires: pkgconfig >= 1:0.9.0
+BuildRequires: xfce4-dev-tools >= 4.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Mousepad is a lightweight text editor for Xfce. It features a simple
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Mousepad is a lightweight text editor for Xfce. It features a simple
-interface,  broad character set support, printing with Xfprint, and
+interface, broad character set support, printing with Xfprint, and
 more. It opens lightening quick, making it perfect for editing config
 files, doing quick scripting, and pretty printing documents like shell
 scripts.
 
 more. It opens lightening quick, making it perfect for editing config
 files, doing quick scripting, and pretty printing documents like shell
 scripts.
 
-%description -l pl
+%description -l pl.UTF-8
 Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty
 Mousepad jest lekkim edytorem tekstowym dla Xfce. Cechuje go prosty
-interfejs, obs³uga wielu zestawów znaków, drukowanie przy pomocy
-Xfprint i wiele wiêcej. Uruchamia siê b³yskawicznie, dziêki czemu
-jest idealny do edycji plików konfiguracyjnych, pisania ma³ych
-skryptów i piêknego drukowania dokumentów takich jak skrypty pow³oki.
+interfejs, obsługa wielu zestawów znaków, drukowanie przy pomocy
+Xfprint i wiele więcej. Uruchamia się błyskawicznie, dzięki czemu jest
+idealny do edycji plików konfiguracyjnych, pisania małych skryptów i
+pięknego drukowania dokumentów takich jak skrypty powłoki.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -56,6 +56,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
+
 %find_lang %{name}
 
 %clean
 %find_lang %{name}
 
 %clean
This page took 0.047958 seconds and 4 git commands to generate.