Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install: gen_mo
test -z "$(DESTDIR)$(PREFIX)/bin" || mkdir -p "$(DESTDIR)$(PREFIX)/bin";
cp -a ./$(PRG_NAME) $(DESTDIR)$(PREFIX)/bin
test -z "$(DESTDIR)$(PREFIX)/share/applications" || mkdir -p "$(DESTDIR)$(PREFIX)/share/applications";
cp -a ./data/altyo.desktop $(DESTDIR)$(PREFIX)/share/applications
cp -a ./data/altyo.desktop $(DESTDIR)$(PREFIX)/share/applications/org.gtk.altyo.desktop
cp -a ./data/altyo_standalone.desktop $(DESTDIR)$(PREFIX)/share/applications
test -z "$(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES" || mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES";
cp -a ./po/ru/LC_MESSAGES/altyo.mo $(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES
Expand All @@ -116,9 +116,18 @@ source-package:
sed -i -re '1 s/(altyo \(.*)\) .*\;/\1~precise\) precise\;/' ./debian/changelog
dpkg-buildpackage -S -sa
git checkout ./debian/changelog
sed -i -re '1 s/(altyo \(.*)\) .*\;/\1~trusty\) trusty\;/' ./debian/changelog
dpkg-buildpackage -S -sa
git checkout ./debian/changelog
sed -i -re '1 s/(altyo \(.*)\) .*\;/\1~vivid\) vivid\;/' ./debian/changelog
dpkg-buildpackage -S -sa
git checkout ./debian/changelog
sed -i -re '1 s/(altyo \(.*)\) .*\;/\1~wily\) wily\;/' ./debian/changelog
dpkg-buildpackage -S -sa
git checkout ./debian/changelog
sed -i -re '1 s/(altyo \(.*)\) .*\;/\1~xenial\) xenial\;/' ./debian/changelog
dpkg-buildpackage -S -sa
git checkout ./debian/changelog

gen_changes:
git-dch --ignore-branch --debian-branch=master --verbose -a -R
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,7 @@ FAQ:

Reviews about AltYo
-------------------
Video Review from Noah and Chris in Linux Action Show The worlds #1 Linux podcast. https://www.youtube.com/watch?v=RJyBoqvQg54#t=665 (http://www.jupiterbroadcasting.com/show/linuxactionshow/)

zenway.ru (Russian) http://zenway.ru/page/altyo
muhas.ru (Russian) http://muhas.ru/?p=202
Loading