diff options
Diffstat (limited to 'editors/linux-r7-office/Makefile')
-rw-r--r-- | editors/linux-r7-office/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/linux-r7-office/Makefile b/editors/linux-r7-office/Makefile index f4f587cc556c..f5fae8b7fe90 100644 --- a/editors/linux-r7-office/Makefile +++ b/editors/linux-r7-office/Makefile @@ -1,6 +1,6 @@ PORTNAME= r7-office -PORTVERSION= 2025.2.2 -DISTVERSIONSUFFIX= -831.el8 +PORTVERSION= 2025.3.1 +DISTVERSIONSUFFIX= -923.el8 CATEGORIES= editors linux russian MASTER_SITES= https://download.r7-office.ru/centos/ PKGNAMEPREFIX= linux- @@ -30,7 +30,8 @@ STRIP= post-patch: ${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKDIR}/usr/bin/r7-office-* ${REINPLACE_CMD} -i '' -e 's|/usr/bin/|${PREFIX}/bin/|' -e 's|P7|Р7|' \ - ${WRKDIR}/usr/share/applications/*.desktop + ${WRKDIR}/usr/share/applications/*.desktop \ + ${WRKDIR}/opt/r7-office/desktopeditors/app/*.desktop ${REINPLACE_CMD} -i '' -e 's|/bin/bash|/bin/sh|' \ ${WRKDIR}/opt/r7-office/desktopeditors/testbird.sh |