FreeBSD Bugzilla – Attachment 221876 Details for
Bug 252977
graphics/lazpaint: update to 7.1.6 release
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/lazpaint: update to 7.1.6 release
graphics_lazpaint.diff (text/plain), 4.57 KB, created by
Dima Panov
on 2021-01-24 13:35:59 UTC
(
hide
)
Description:
graphics/lazpaint: update to 7.1.6 release
Filename:
MIME Type:
Creator:
Dima Panov
Created:
2021-01-24 13:35:59 UTC
Size:
4.57 KB
patch
obsolete
>Index: graphics/lazpaint/Makefile >=================================================================== >--- graphics/lazpaint/Makefile (revision 562446) >+++ graphics/lazpaint/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= lazpaint >-PORTVERSION= 7.1.2 >-PORTREVISION= 2 >+PORTVERSION= 7.1.6 > DISTVERSIONPREFIX= v > CATEGORIES= graphics > PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} >@@ -23,8 +22,8 @@ > USE_GITHUB= yes > GH_ACCOUNT= bgrabitmap > GH_PROJECT= lazpaint >-GH_TUPLE= bgrabitmap:bgracontrols:a0a5a40:bgracontrols/bgracontrols \ >- bgrabitmap:bgrabitmap:1ea4cb9:bgrabitmap/bgrabitmapnew >+GH_TUPLE= bgrabitmap:bgracontrols:95fc0d2:bgracontrols/bgracontrols \ >+ bgrabitmap:bgrabitmap:ace7e0e:bgrabitmap/bgrabitmapnew > > USE_FPC_gtk2= cairo > USE_GNOME_gtk2= cairo >@@ -51,7 +50,7 @@ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/lazpaint/release/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps >- ${INSTALL_DATA} ${WRKSRC}/lazpaint/release/debian/linux32/usr/share/pixmaps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png >+ ${INSTALL_DATA} ${WRKSRC}/resources/icon/48x48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png > @${MKDIR} ${STAGEDIR}${DATADIR} > cd ${WRKSRC}/lazpaint/release/bin && ${COPYTREE_SHARE} "i18n models" ${STAGEDIR}${DATADIR} > >Index: graphics/lazpaint/distinfo >=================================================================== >--- graphics/lazpaint/distinfo (revision 562446) >+++ graphics/lazpaint/distinfo (working copy) >@@ -1,7 +1,7 @@ >-TIMESTAMP = 1589406976 >-SHA256 (bgrabitmap-lazpaint-v7.1.2_GH0.tar.gz) = 5c49642ce60d0c4fd9028fc6089b2459776d4de159c08bbce76230822802e456 >-SIZE (bgrabitmap-lazpaint-v7.1.2_GH0.tar.gz) = 30506649 >-SHA256 (bgrabitmap-bgracontrols-a0a5a40_GH0.tar.gz) = dbcafcc1cf56be70a88985e2f0cbc8aa5511eec6091fdec71cd743359c22980f >-SIZE (bgrabitmap-bgracontrols-a0a5a40_GH0.tar.gz) = 5553889 >-SHA256 (bgrabitmap-bgrabitmap-1ea4cb9_GH0.tar.gz) = 9279f248de7adaca645cfe063ae0013a118b011e2dc13f17a557e4102a7113dc >-SIZE (bgrabitmap-bgrabitmap-1ea4cb9_GH0.tar.gz) = 6655652 >+TIMESTAMP = 1611491393 >+SHA256 (bgrabitmap-lazpaint-v7.1.6_GH0.tar.gz) = 9726370964f9d86ea12a900d04fdce35f3b3922e63b3039ce9787155b6a0797d >+SIZE (bgrabitmap-lazpaint-v7.1.6_GH0.tar.gz) = 34817420 >+SHA256 (bgrabitmap-bgracontrols-95fc0d2_GH0.tar.gz) = 7ca2220ec6c4115cbb0069de29e50190d3465d3f2f65721ea34c64a4b1987484 >+SIZE (bgrabitmap-bgracontrols-95fc0d2_GH0.tar.gz) = 16811386 >+SHA256 (bgrabitmap-bgrabitmap-ace7e0e_GH0.tar.gz) = ae3f28596c2a5f44bc468f6c3380fc1ceb27e95afea579f09b1d340c781bbef2 >+SIZE (bgrabitmap-bgrabitmap-ace7e0e_GH0.tar.gz) = 6983967 >Index: graphics/lazpaint/files/patch-lazpaint_utranslation.pas >=================================================================== >--- graphics/lazpaint/files/patch-lazpaint_utranslation.pas (revision 562446) >+++ graphics/lazpaint/files/patch-lazpaint_utranslation.pas (working copy) >@@ -1,19 +1,15 @@ >---- lazpaint/utranslation.pas 2020-05-13 16:32:15.701490000 -0500 >-+++ lazpaint/utranslation.pas 2020-05-13 16:51:08.348905000 -0500 >-@@ -60,10 +60,13 @@ >- {$ELSE} >- {$IFDEF DARWIN} >- if DirectoryExists(GetDarwinResourcesPath+AResource) then >-- result := GetDarwinResourcesPath+AResource+PathDelim >-- else >-+ result := GetDarwinResourcesPath+AResource+PathDelim; >+--- lazpaint/utranslation.pas.orig 2021-01-24 12:45:19 UTC >++++ lazpaint/utranslation.pas >+@@ -79,10 +79,8 @@ begin >+ result := GetDarwinResourcesPath+AResource+PathDelim >+ else >+ {$ELSE} >+- {$IFDEF LINUX} >+- if DirectoryExists(GetLinuxResourcesPath+AResource) then >+- result := GetLinuxResourcesPath+AResource+PathDelim >+- else >++ {$IFDEF FREEBSD} >++ result:='%%DATADIR%%'+PathDelim+AResource+PathDelim; >+ {$ENDIF} > {$ENDIF} >-- result:=ExtractFilePath(Application.ExeName)+AResource+PathDelim; >-+ {$IFDEF FREEBSD} >-+ result:='%%DATADIR%%'+PathDelim+AResource+PathDelim; >-+ {$ELSE} >-+ result:=ExtractFilePath(Application.ExeName)+AResource+PathDelim; >-+ {$ENDIF} >- {$ENDIF} >- end; >- >+ result:=ExtractFilePath(Application.ExeName)+AResource+PathDelim; >Index: graphics/lazpaint/pkg-plist >=================================================================== >--- graphics/lazpaint/pkg-plist (revision 562446) >+++ graphics/lazpaint/pkg-plist (working copy) >@@ -11,6 +11,7 @@ > %%DATADIR%%/i18n/lazpaint.kab.po > %%DATADIR%%/i18n/lazpaint.lv.po > %%DATADIR%%/i18n/lazpaint.nl.po >+%%DATADIR%%/i18n/lazpaint.pl.po > %%DATADIR%%/i18n/lazpaint.po > %%DATADIR%%/i18n/lazpaint.pt_BR.po > %%DATADIR%%/i18n/lazpaint.ru.po
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252977
: 221876