[arch-commits] Commit in renpy/repos/community-x86_64 (10 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 7 08:07:36 UTC 2021
Date: Thursday, January 7, 2021 @ 08:07:35
Author: alucryd
Revision: 811481
archrelease: copy trunk to community-x86_64
Added:
renpy/repos/community-x86_64/PKGBUILD
(from rev 811480, renpy/trunk/PKGBUILD)
renpy/repos/community-x86_64/renpy
(from rev 811480, renpy/trunk/renpy)
renpy/repos/community-x86_64/renpy-system-fribidi.patch
(from rev 811480, renpy/trunk/renpy-system-fribidi.patch)
renpy/repos/community-x86_64/renpy.desktop
(from rev 811480, renpy/trunk/renpy.desktop)
renpy/repos/community-x86_64/renpy.png
(from rev 811480, renpy/trunk/renpy.png)
Deleted:
renpy/repos/community-x86_64/PKGBUILD
renpy/repos/community-x86_64/renpy
renpy/repos/community-x86_64/renpy-system-fribidi.patch
renpy/repos/community-x86_64/renpy.desktop
renpy/repos/community-x86_64/renpy.png
----------------------------+
PKGBUILD | 186 +++++++++++++++++++++----------------------
renpy | 10 +-
renpy-system-fribidi.patch | 128 ++++++++++++++---------------
renpy.desktop | 18 ++--
4 files changed, 172 insertions(+), 170 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 08:07:12 UTC (rev 811480)
+++ PKGBUILD 2021-01-07 08:07:35 UTC (rev 811481)
@@ -1,92 +0,0 @@
-# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Cravix <dr.neemous at gmail.com>
-# Contributor: AlexanderR <rvacheva at nxt.ru>
-# Contributor: zhn <zhangn1985 at gmail.com>
-
-pkgbase=renpy
-pkgname=(
- renpy
- renpy-demos
-)
-pkgver=7.4.0
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=(x86_64)
-url=https://www.renpy.org
-license=(MIT)
-depends=(
- ffmpeg
- glew
- python2-future
- python2-pygame-sdl2
-)
-makedepends=(cython2)
-optdepends=(
- 'atom: Default editor'
- 'code: Another editor')
-source=(
- https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
- renpy
- renpy.desktop
- renpy.png
- renpy-system-fribidi.patch
-)
-b2sums=('04d5dacee85aa380c1dd6256c68dc65f7cf53167c663e1a0a948cfa2d9aafc14e1b989d7be71d9f0b5fe1029c3c92d6db099303158c13675b751c46ac44ba1ea'
- '1b6ebdbca74d03c86a3b90d8c749fbb433d4427bf2f5e38dc976819a61a911015d059995463a3be81661080a28bae8042c24a552c5b5a3ef0efb6acd83df1053'
- 'b5bec9d19a25ae849d0e86e483040b320be9048b55ba002cc83d4ee018e99ff7549ba26a60afe6522c2efe2abb724f2679750e25f8d7c161847ad1babeccf006'
- 'd0b22e3f970f28096a6ea50019d708a568cfca489acc3c5b1bbce78a0b5afc35d43712b5348ab88b643543ce4f627c31a83eacaab293bede55de2eeabfea2238'
- '1e1c8b1a8d670c7ec1587b13140972d463ba6a442f895e73ba9df45f36c52babe86783180b0d265e4bb93df44ad31ed5c0e9e859d656d253ad086b8fdb784281')
-
-prepare() {
- cd renpy-${pkgver}-source
-
- sed 's/python/python2/' -i atom/Atom.edit.py launcher/game/tkaskdir.py
-
- patch -Np1 -i ../renpy-system-fribidi.patch
-}
-
-build() {
- cd renpy-${pkgver}-source
-
- export RENPY_CYTHON=cython2
-
- python2 module/setup.py build
-}
-
-package_renpy() {
- optdepends=(
- 'renpy-demos: Tutorial and The Question demos'
- 'tk: Set projects directory'
- )
-
- cd renpy-${pkgver}-source
-
- python2 module/setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
-
- install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
-
- cp -dr --no-preserve=ownership atom doc gui launcher renpy renpy.py "${pkgdir}"/usr/share/renpy/
- ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
- install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
- install -Dm 644 ../renpy.desktop -t "${pkgdir}"/usr/share/applications/
- install -Dm 644 ../renpy.png -t "${pkgdir}"/usr/share/pixmaps/
-
- install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
- depends=(renpy)
-
- cd renpy-${pkgver}-source
-
- install -dm 755 "${pkgdir}"/usr/share/renpy
-
- cp -dr --no-preserve=ownership the_question tutorial "${pkgdir}"/usr/share/renpy/
-
- install -dm 755 "${pkgdir}"/usr/share/licenses
- ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:
Copied: renpy/repos/community-x86_64/PKGBUILD (from rev 811480, renpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 08:07:35 UTC (rev 811481)
@@ -0,0 +1,94 @@
+# $Id: PKGBUILD 371260 2018-08-13 09:13:06Z alucryd $
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Cravix <dr.neemous at gmail.com>
+# Contributor: AlexanderR <rvacheva at nxt.ru>
+# Contributor: zhn <zhangn1985 at gmail.com>
+
+pkgbase=renpy
+pkgname=(
+ renpy
+ renpy-demos
+)
+pkgver=7.4.0
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=(x86_64)
+url=https://www.renpy.org
+license=(MIT)
+depends=(
+ ffmpeg
+ glew
+ python2-future
+ python2-pygame-sdl2
+)
+makedepends=(cython2)
+optdepends=(
+ 'atom: Default editor'
+ 'code: Another editor'
+)
+options=(!emptydirs)
+source=(
+ https://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2
+ renpy
+ renpy.desktop
+ renpy.png
+ renpy-system-fribidi.patch
+)
+b2sums=('04d5dacee85aa380c1dd6256c68dc65f7cf53167c663e1a0a948cfa2d9aafc14e1b989d7be71d9f0b5fe1029c3c92d6db099303158c13675b751c46ac44ba1ea'
+ '1b6ebdbca74d03c86a3b90d8c749fbb433d4427bf2f5e38dc976819a61a911015d059995463a3be81661080a28bae8042c24a552c5b5a3ef0efb6acd83df1053'
+ 'b5bec9d19a25ae849d0e86e483040b320be9048b55ba002cc83d4ee018e99ff7549ba26a60afe6522c2efe2abb724f2679750e25f8d7c161847ad1babeccf006'
+ 'd0b22e3f970f28096a6ea50019d708a568cfca489acc3c5b1bbce78a0b5afc35d43712b5348ab88b643543ce4f627c31a83eacaab293bede55de2eeabfea2238'
+ '1e1c8b1a8d670c7ec1587b13140972d463ba6a442f895e73ba9df45f36c52babe86783180b0d265e4bb93df44ad31ed5c0e9e859d656d253ad086b8fdb784281')
+
+prepare() {
+ cd renpy-${pkgver}-source
+
+ sed 's/python/python2/' -i atom/Atom.edit.py launcher/game/tkaskdir.py
+
+ patch -Np1 -i ../renpy-system-fribidi.patch
+}
+
+build() {
+ cd renpy-${pkgver}-source
+
+ export RENPY_CYTHON=cython2
+
+ python2 module/setup.py build
+}
+
+package_renpy() {
+ optdepends=(
+ 'renpy-demos: Tutorial and The Question demos'
+ 'tk: Set projects directory'
+ )
+
+ cd renpy-${pkgver}-source
+
+ python2 module/setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
+
+ install -dm 755 "${pkgdir}"/usr/share/{renpy,doc}
+
+ cp -dr --no-preserve=ownership atom doc gui launcher renpy renpy.py "${pkgdir}"/usr/share/renpy/
+ ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
+
+ install -Dm 755 ../renpy -t "${pkgdir}"/usr/bin/
+ install -Dm 644 ../renpy.desktop -t "${pkgdir}"/usr/share/applications/
+ install -Dm 644 ../renpy.png -t "${pkgdir}"/usr/share/pixmaps/
+
+ install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/renpy/
+}
+
+package_renpy-demos() {
+ depends=(renpy)
+
+ cd renpy-${pkgver}-source
+
+ install -dm 755 "${pkgdir}"/usr/share/renpy
+
+ cp -dr --no-preserve=ownership the_question tutorial "${pkgdir}"/usr/share/renpy/
+
+ install -dm 755 "${pkgdir}"/usr/share/licenses
+ ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
+}
+
+# vim: ts=2 sw=2 et:
Deleted: renpy
===================================================================
--- renpy 2021-01-07 08:07:12 UTC (rev 811480)
+++ renpy 2021-01-07 08:07:35 UTC (rev 811481)
@@ -1,5 +0,0 @@
-#!/usr/bin/sh
-
-export RENPY_ATOM='atom'
-exec python2 /usr/share/renpy/renpy.py "$@"
-
Copied: renpy/repos/community-x86_64/renpy (from rev 811480, renpy/trunk/renpy)
===================================================================
--- renpy (rev 0)
+++ renpy 2021-01-07 08:07:35 UTC (rev 811481)
@@ -0,0 +1,5 @@
+#!/usr/bin/sh
+
+export RENPY_ATOM='atom'
+exec python2 /usr/share/renpy/renpy.py "$@"
+
Deleted: renpy-system-fribidi.patch
===================================================================
--- renpy-system-fribidi.patch 2021-01-07 08:07:12 UTC (rev 811480)
+++ renpy-system-fribidi.patch 2021-01-07 08:07:35 UTC (rev 811481)
@@ -1,64 +0,0 @@
-From 9509dff47c44ef321b5133051d949a066310f4bf Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at gmail.com>
-Date: Mon, 4 Jan 2021 10:46:05 +0100
-Subject: [PATCH] use system fribidi
-
----
- module/renpybidicore.c | 4 ----
- module/setup.py | 16 ++--------------
- 2 files changed, 2 insertions(+), 18 deletions(-)
-
-diff --git a/module/renpybidicore.c b/module/renpybidicore.c
-index 18182946b..a85124f28 100644
---- a/module/renpybidicore.c
-+++ b/module/renpybidicore.c
-@@ -1,10 +1,6 @@
- #include <Python.h>
-
--#ifdef RENPY_BUILD
- #include <fribidi.h>
--#else
--#include <fribidi-src/lib/fribidi.h>
--#endif
-
- #include <stdlib.h>
-
-diff --git a/module/setup.py b/module/setup.py
-index e3a3dc784..7b1de7cbc 100755
---- a/module/setup.py
-+++ b/module/setup.py
-@@ -125,29 +125,17 @@ cython(
- sdl + [ png, 'z', 'm' ])
-
- FRIBIDI_SOURCES = """
--fribidi-src/lib/fribidi.c
--fribidi-src/lib/fribidi-arabic.c
--fribidi-src/lib/fribidi-bidi.c
--fribidi-src/lib/fribidi-bidi-types.c
--fribidi-src/lib/fribidi-deprecated.c
--fribidi-src/lib/fribidi-joining.c
--fribidi-src/lib/fribidi-joining-types.c
--fribidi-src/lib/fribidi-mem.c
--fribidi-src/lib/fribidi-mirroring.c
--fribidi-src/lib/fribidi-run.c
--fribidi-src/lib/fribidi-shape.c
- renpybidicore.c
- """.split()
- cython(
- "_renpybidi",
- FRIBIDI_SOURCES,
-+ ["fribidi"],
- includes=[
-- BASE + "/fribidi-src/",
-- BASE + "/fribidi-src/lib/",
-+ "/usr/include/fribidi/",
- ],
- define_macros=[
- ("FRIBIDI_ENTRY", ""),
-- ("HAVE_CONFIG_H", "1"),
- ])
-
- cython("_renpysteam", language="c++", compile_if=steam_sdk, libs=["steam_api"])
---
-2.29.2
-
Copied: renpy/repos/community-x86_64/renpy-system-fribidi.patch (from rev 811480, renpy/trunk/renpy-system-fribidi.patch)
===================================================================
--- renpy-system-fribidi.patch (rev 0)
+++ renpy-system-fribidi.patch 2021-01-07 08:07:35 UTC (rev 811481)
@@ -0,0 +1,64 @@
+From 9509dff47c44ef321b5133051d949a066310f4bf Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin <alucryd at gmail.com>
+Date: Mon, 4 Jan 2021 10:46:05 +0100
+Subject: [PATCH] use system fribidi
+
+---
+ module/renpybidicore.c | 4 ----
+ module/setup.py | 16 ++--------------
+ 2 files changed, 2 insertions(+), 18 deletions(-)
+
+diff --git a/module/renpybidicore.c b/module/renpybidicore.c
+index 18182946b..a85124f28 100644
+--- a/module/renpybidicore.c
++++ b/module/renpybidicore.c
+@@ -1,10 +1,6 @@
+ #include <Python.h>
+
+-#ifdef RENPY_BUILD
+ #include <fribidi.h>
+-#else
+-#include <fribidi-src/lib/fribidi.h>
+-#endif
+
+ #include <stdlib.h>
+
+diff --git a/module/setup.py b/module/setup.py
+index e3a3dc784..7b1de7cbc 100755
+--- a/module/setup.py
++++ b/module/setup.py
+@@ -125,29 +125,17 @@ cython(
+ sdl + [ png, 'z', 'm' ])
+
+ FRIBIDI_SOURCES = """
+-fribidi-src/lib/fribidi.c
+-fribidi-src/lib/fribidi-arabic.c
+-fribidi-src/lib/fribidi-bidi.c
+-fribidi-src/lib/fribidi-bidi-types.c
+-fribidi-src/lib/fribidi-deprecated.c
+-fribidi-src/lib/fribidi-joining.c
+-fribidi-src/lib/fribidi-joining-types.c
+-fribidi-src/lib/fribidi-mem.c
+-fribidi-src/lib/fribidi-mirroring.c
+-fribidi-src/lib/fribidi-run.c
+-fribidi-src/lib/fribidi-shape.c
+ renpybidicore.c
+ """.split()
+ cython(
+ "_renpybidi",
+ FRIBIDI_SOURCES,
++ ["fribidi"],
+ includes=[
+- BASE + "/fribidi-src/",
+- BASE + "/fribidi-src/lib/",
++ "/usr/include/fribidi/",
+ ],
+ define_macros=[
+ ("FRIBIDI_ENTRY", ""),
+- ("HAVE_CONFIG_H", "1"),
+ ])
+
+ cython("_renpysteam", language="c++", compile_if=steam_sdk, libs=["steam_api"])
+--
+2.29.2
+
Deleted: renpy.desktop
===================================================================
--- renpy.desktop 2021-01-07 08:07:12 UTC (rev 811480)
+++ renpy.desktop 2021-01-07 08:07:35 UTC (rev 811481)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Ren'Py
-GenericName=renpy
-Comment=Ren'Py is a visual novel engine that helps you use words, images, and sounds to tell interactive stories that run on computers and mobile devices.
-Icon=renpy
-Exec=renpy
-Categories=Game;AdventureGame;
Copied: renpy/repos/community-x86_64/renpy.desktop (from rev 811480, renpy/trunk/renpy.desktop)
===================================================================
--- renpy.desktop (rev 0)
+++ renpy.desktop 2021-01-07 08:07:35 UTC (rev 811481)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Ren'Py
+GenericName=renpy
+Comment=Ren'Py is a visual novel engine that helps you use words, images, and sounds to tell interactive stories that run on computers and mobile devices.
+Icon=renpy
+Exec=renpy
+Categories=Game;AdventureGame;
Deleted: renpy.png
===================================================================
(Binary files differ)
Copied: renpy/repos/community-x86_64/renpy.png (from rev 811480, renpy/trunk/renpy.png)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list