mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
misc/alpaca: Update to 2.8.0
- Use shebangfix facility to fix Python interpreter Release changes: https://github.com/Jeffser/Alpaca/releases/tag/2.8.0 Reported by: Jeffry Samuel <notifications@github.com>
This commit is contained in:
parent
ee2196fe8e
commit
5e012fecd0
3 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= alpaca
|
PORTNAME= alpaca
|
||||||
DISTVERSION= 2.7.0
|
DISTVERSION= 2.8.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
|
||||||
MAINTAINER= nivit@FreeBSD.org
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
|
@ -21,12 +20,14 @@ RUN_DEPENDS= ${PY_PILLOW} \
|
||||||
ollama:misc/ollama
|
ollama:misc/ollama
|
||||||
|
|
||||||
USES= desktop-file-utils gettext-runtime gettext-tools gnome meson \
|
USES= desktop-file-utils gettext-runtime gettext-tools gnome meson \
|
||||||
python
|
python shebangfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Jeffser
|
GH_ACCOUNT= Jeffser
|
||||||
GH_PROJECT= Alpaca
|
GH_PROJECT= Alpaca
|
||||||
USE_GNOME= pygobject3:run vte3
|
USE_GNOME= pygobject3:run vte3
|
||||||
|
|
||||||
|
SHEBANG_FILES= src/alpaca_search_provider.py.in
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e 's/python3/${PYTHON_VERSION}/1' ${WRKSRC}/src/meson.build
|
-e 's/python3/${PYTHON_VERSION}/1' ${WRKSRC}/src/meson.build
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1730707201
|
TIMESTAMP = 1732522317
|
||||||
SHA256 (Jeffser-Alpaca-2.7.0_GH0.tar.gz) = 5f7baba4d3c702d38c8759c6c84f909660ff0574b60d753a9ad63fed9bba6c2f
|
SHA256 (Jeffser-Alpaca-2.8.0_GH0.tar.gz) = 47d9786a0faac993b3b1c06f5d0f2dac644b1569a4cdaed762322fbb94f94874
|
||||||
SIZE (Jeffser-Alpaca-2.7.0_GH0.tar.gz) = 566376
|
SIZE (Jeffser-Alpaca-2.8.0_GH0.tar.gz) = 565358
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/alpaca
|
bin/alpaca
|
||||||
|
bin/alpaca_search_provider
|
||||||
share/Alpaca/alpaca.gresource
|
share/Alpaca/alpaca.gresource
|
||||||
share/Alpaca/alpaca/__init__.py
|
share/Alpaca/alpaca/__init__.py
|
||||||
share/Alpaca/alpaca/available_models.json
|
share/Alpaca/alpaca/available_models.json
|
||||||
|
@ -14,8 +15,11 @@ share/Alpaca/alpaca/generic_actions.py
|
||||||
share/Alpaca/alpaca/internal.py
|
share/Alpaca/alpaca/internal.py
|
||||||
share/Alpaca/alpaca/main.py
|
share/Alpaca/alpaca/main.py
|
||||||
share/Alpaca/alpaca/window.py
|
share/Alpaca/alpaca/window.py
|
||||||
|
share/applications/com.jeffser.Alpaca.SearchProvider.desktop
|
||||||
share/applications/com.jeffser.Alpaca.desktop
|
share/applications/com.jeffser.Alpaca.desktop
|
||||||
|
share/dbus-1/services/com.jeffser.Alpaca.SearchProvider.service
|
||||||
share/glib-2.0/schemas/com.jeffser.Alpaca.gschema.xml
|
share/glib-2.0/schemas/com.jeffser.Alpaca.gschema.xml
|
||||||
|
share/gnome-shell/search-providers/com.jeffser.Alpaca.search-provider.ini
|
||||||
share/icons/hicolor/512x512/apps/com.jeffser.Alpaca.png
|
share/icons/hicolor/512x512/apps/com.jeffser.Alpaca.png
|
||||||
share/icons/hicolor/scalable/apps/com.jeffser.Alpaca.svg
|
share/icons/hicolor/scalable/apps/com.jeffser.Alpaca.svg
|
||||||
share/icons/hicolor/symbolic/apps/com.jeffser.Alpaca-symbolic.svg
|
share/icons/hicolor/symbolic/apps/com.jeffser.Alpaca-symbolic.svg
|
||||||
|
@ -25,6 +29,7 @@ share/locale/es/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/fr/LC_MESSAGES/alpaca.mo
|
share/locale/fr/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/he/LC_MESSAGES/alpaca.mo
|
share/locale/he/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/hi/LC_MESSAGES/alpaca.mo
|
share/locale/hi/LC_MESSAGES/alpaca.mo
|
||||||
|
share/locale/it/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/nb_NO/LC_MESSAGES/alpaca.mo
|
share/locale/nb_NO/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/pt_BR/LC_MESSAGES/alpaca.mo
|
share/locale/pt_BR/LC_MESSAGES/alpaca.mo
|
||||||
share/locale/ru/LC_MESSAGES/alpaca.mo
|
share/locale/ru/LC_MESSAGES/alpaca.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue