]> git.pld-linux.org Git - packages/ncmpcpp.git/commitdiff
- up to 0.5.5 auto/th/ncmpcpp-0_5_5-1
authorJan Palus <jan.palus@gmail.com>
Wed, 8 Sep 2010 08:22:20 +0000 (08:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ncmpcpp-curses.patch applied upstream

Changed files:
    ncmpcpp-curses.patch -> 1.6
    ncmpcpp.spec -> 1.6

ncmpcpp-curses.patch [deleted file]
ncmpcpp.spec

diff --git a/ncmpcpp-curses.patch b/ncmpcpp-curses.patch
deleted file mode 100644 (file)
index 0c905dc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- ncmpcpp-0.5.4.old/configure.in     2010-08-16 14:55:25.000000000 +0200
-+++ ncmpcpp-0.5.4/configure.in 2010-08-16 14:56:26.000000000 +0200
-@@ -93,10 +93,10 @@
- dnl ========================
- if test "$pdcurses" = "no" ; then
-       if test "$unicode" = "yes" ; then
--              curses_config_bin=ncursesw5-config
-+              curses_config_bin="ncursesw6-config ncursesw5-config"
-               AC_DEFINE([_UTF8], [1], [enables unicode support])
-       else
--              curses_config_bin=ncurses5-config
-+              curses_config_bin="ncurses6-config ncurses5-config"
-       fi
- else
-       if test "$pdcurses" = "yes" ; then
-@@ -107,7 +107,7 @@
-       fi
-       AC_DEFINE([USE_PDCURSES], [1], [enables pdcurses support])
- fi
--AC_PATH_PROG(CURSES_CONFIG, $curses_config_bin)
-+AC_PATH_PROGS(CURSES_CONFIG, $curses_config_bin)
- if test "$CURSES_CONFIG" != "" ; then
-       CPPFLAGS="$CPPFLAGS `$CURSES_CONFIG --cflags`"
-       LDFLAGS="$LDFLAGS `$CURSES_CONFIG --libs`"
index 5fa8f004c4ba71f55df31b92dc63b7e5306472d7..fc0495cef75e2176dae4f3ab05447925500f99dc 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       ncurses mpd client inspired by ncmpc
 Summary(pl.UTF-8):     klient mpd wzorowany na ncmpc
 Name:          ncmpcpp
-Version:       0.5.4
+Version:       0.5.5
 Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
-# Source0-md5: feb35e16a286b15ce066b7f13263be27
-Patch0:                %{name}-curses.patch
+# Source0-md5: 30cded976c81bba4c8a2daf2215fe41d
 URL:           http://unkart.ovh.org/ncmpcpp/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,7 +34,6 @@ plików lokalnych oraz inne drobne udogodnienia.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.028265 seconds and 4 git commands to generate.