]> git.pld-linux.org Git - packages/ncmpcpp.git/commitdiff
- up to 0.3.5
authorJan Palus <jan.palus@gmail.com>
Sat, 25 Jul 2009 12:53:15 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncmpcpp-curses.patch -> 1.2
    ncmpcpp.spec -> 1.3

ncmpcpp-curses.patch
ncmpcpp.spec

index 66858595acd738d7b39debd50c530dea641d9f6f..79392e64aea96ba7d65124e95f8373d6ea69e97e 100644 (file)
@@ -1,12 +1,11 @@
-diff -burNp ncmpcpp-0.3.4/configure.in ncmpcpp-0.3.4-dud/configure.in
---- ncmpcpp-0.3.4/configure.in 2009-05-19 16:17:00.000000000 +0200
-+++ ncmpcpp-0.3.4-dud/configure.in     2009-06-13 21:37:38.031114997 +0200
-@@ -81,7 +81,7 @@ fi
- if test "$pdcurses" != "no" ; then
-       AC_CHECK_LIB($curses_lib, Xinitscr, AC_DEFINE([XCURSES], [1], [x11 pdcurses available]), )
- fi
--AC_CHECK_HEADERS([curses.h], , AC_MSG_ERROR([missing ncurses.h header]))
-+AC_CHECK_HEADERS([ncurses/curses.h], , AC_MSG_ERROR([missing ncurses.h header]))
- dnl =================================
- dnl = checking for curl and pthread =
+--- ncmpcpp-0.3.5/configure.in.orig    2009-07-25 14:46:22.000000000 +0200
++++ ncmpcpp-0.3.5/configure.in 2009-07-25 14:47:05.000000000 +0200
+@@ -60,7 +60,7 @@
+ if test "$pdcurses" = "no" ; then
+       pdcurses=XCurses
+       if test "$unicode" = "yes" ; then
+-              curses_config_bin=ncursesw5-config
++              curses_config_bin=ncursesw6-config
+               curses_lib=ncursesw
+               AC_DEFINE([_UTF8], [1], [enables unicode support])
+       else
index 9e9a67c2e9404a69c2f680a3db7d0318aecabda2..457973f4fa6ca692ad4947585facae37d6659a8c 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ncurses mpd client inspired by ncmpc
 Summary(pl.UTF-8):     klient mpd wzorowany na ncmpc
 Name:          ncmpcpp
-Version:       0.3.4
+Version:       0.3.5
 Release:       0.1
 License:       GPL v2
 Group:         Applications
 Source0:       http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
-# Source0-md5: 8500b8afb551bb299639246b959f8ac7
+# Source0-md5: 7e30bacf83be88b6931e3d70a16e33e4
 Patch0:                %{name}-curses.patch
 URL:           http://unkart.ovh.org/ncmpcpp/
 BuildRequires: autoconf
This page took 0.434321 seconds and 4 git commands to generate.