Browse Source

jd: update to 2.8.9 and add patches

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11243 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 6 years ago
parent
commit
0c4c9dc33a
1 changed files with 17 additions and 4 deletions
  1. 17 4
      j/jd/jd-vl.spec

+ 17 - 4
j/jd/jd-vl.spec

@@ -1,9 +1,9 @@
 ###  for 5.x / 6.x / VineSeed ###
 
 %define  pkg_version  2.8.9
-%define  strtag       150226
+%define  strtag       170418
 %define  repoid       40140
-%define  vendor_rel   2
+%define  vendor_rel   4
 
 %define  pre_release  0
 %if %{pre_release}
@@ -24,7 +24,7 @@ Name:         jd
 Version:      %{pkg_version}
 Release:      %{pkg_release}
 
-Source0:  http://prdownloads.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{version}-%{strtag}.tgz
+Source0:  http://prdownloads.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{version}-%{strtag}.tar.bz2
 Source1:  jd-vl.desktop
 
 # Vine Patch
@@ -39,6 +39,10 @@ Patch1:	    jd-vine_env.patch
 # Patch100: jd-2.7.5-command_line_color_config.patch
 # Patch110: jd-2.6.5_vine4.patch
 
+# Patch 200 - 299 are non upstream patches
+Patch200: jd-2.8.9_5ch.patch
+Patch210: jd-2.8.9_emoji.patch
+
 License:  GPL
 Group:    Applications/Internet
 URL:      http://jd4linux.sourceforge.jp/
@@ -81,12 +85,16 @@ JD は gtkmm2 ベースの2ちゃんねる用ブラウザです。
 
 %patch1 -p1 -b .vine_env
 
-# Patch 100 - 200 are upstream patches
+# Patch 100 - 199 are upstream patches
 # %patch100 -p2 -b .close_err_image
 # %patch100 -p2 -b .gtkmm28
 # %patch100 -p0 -b .maru_p2
 # %patch100 -p0 -b .color
 
+# Patch 200 - 299 are non upstream patches
+%patch200 -p1 -b .5ch
+%patch210 -p0 -b .emoji
+
 %build
 autoreconf -i
 
@@ -132,6 +140,11 @@ update-desktop-database -q %{_datadir}/applications
 %{icondir}/*/apps/%{name}.png
 
 %changelog
+* Wed Nov 29 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.9-4
+- 3vl7 was skipped
+- add patch210
+- add patch200
+
 * Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 2.8.9-2
 - rebuild with gcc-5.4.0