diff --git a/www/minitube/Makefile b/www/minitube/Makefile index a90999859a8..3545479281a 100644 --- a/www/minitube/Makefile +++ b/www/minitube/Makefile @@ -2,7 +2,7 @@ COMMENT = standalone YouTube.com video browser/player V = 3.9.3 DISTNAME = minitube-$V -REVISION = 1 +REVISION = 2 EXTRACT_SUFX = .tar.bz2 CATEGORIES = www multimedia diff --git a/www/minitube/pkg/PLIST b/www/minitube/pkg/PLIST index 80aafcde460..6f6eb92156f 100644 --- a/www/minitube/pkg/PLIST +++ b/www/minitube/pkg/PLIST @@ -1,6 +1,5 @@ @bin bin/minitube share/applications/minitube.desktop -share/doc/pkg-readmes/${PKGSTEM} share/icons/hicolor/128x128/apps/minitube.png share/icons/hicolor/16x16/apps/minitube.png share/icons/hicolor/22x22/apps/minitube.png diff --git a/www/minitube/pkg/README b/www/minitube/pkg/README deleted file mode 100644 index 32c5ab8d5d3..00000000000 --- a/www/minitube/pkg/README +++ /dev/null @@ -1,42 +0,0 @@ -+----------------------------------------------------------------------- -| Running ${PKGSTEM} on OpenBSD -+----------------------------------------------------------------------- - -Google API key -============== -An API key is required in order to access the YouTube Data web services. - -Go to https://console.developers.google.com/ - -Log in using your Google account - -Click on "Create Project" - -Enter a Project name (e.g.: "Minitube") - -On the left side bar, expand the "APIs & auth" drop-down menu and -click on "Credentials" - -Click on "Create new Key" and then on "Browser key" - -Click on "Create" - -You should get an output like the one below: - -Key for browser applications - API key AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ - Referers Any referer allowed - Activation date Apr 28, 2015, 2:02:00 AM - Activated by johndoe@gmail.com (you) - -Be sure that "YouTube Data API v3" is enabled under "APIs & auth" -> -"APIs" -> "Enabled APIs" - -If not, go to "APIs & auth" -> "APIs" -> "API Library", click on "YouTube -Data API" and then on "Enable API" to enable it. - -Add the environment variable containing your newly generated key -to your ~/.profile or ~/.xsession: - -GOOGLE_API_KEY="AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ" -export GOOGLE_API_KEY