]> git.pld-linux.org Git - packages/ncmpcpp.git/commitdiff
- up to 0.5.4
authorJan Palus <jan.palus@gmail.com>
Mon, 16 Aug 2010 13:02:17 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more general curses patch
- integer release

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

ncmpcpp-curses.patch
ncmpcpp.spec

index 8588017656fa0edd6555e218e1ebf15d556779ed..0c905dce087fe87e45c916d477b5424d0553f715 100644 (file)
@@ -1,12 +1,24 @@
-diff -burNp ncmpcpp-0.5/configure.in ncmpcpp-0.5-dud/configure.in
---- ncmpcpp-0.5/configure.in   2009-12-31 12:05:21.000000000 +0100
-+++ ncmpcpp-0.5-dud/configure.in       2010-01-19 23:18:00.560552245 +0100
-@@ -93,7 +93,7 @@ dnl = checking for ncurses =
+--- 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
-+      test -f /usr/bin/ncursesw6-config && curses_config_bin=ncursesw6-config || 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=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 bff64ce3eebb6456fecb5b4cf342d7efad2b0f7c..5fa8f004c4ba71f55df31b92dc63b7e5306472d7 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.5
-Release:       0.1
+Version:       0.5.4
+Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
-# Source0-md5: 5b34a969d34adb6a5e7ab088694ee870
+# Source0-md5: feb35e16a286b15ce066b7f13263be27
 Patch0:                %{name}-curses.patch
 URL:           http://unkart.ovh.org/ncmpcpp/
 BuildRequires: autoconf
This page took 0.051699 seconds and 4 git commands to generate.